change welcome page placeholders
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f4d3cc8ee6
commit
6664535a26
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ export default class Welcome extends React.PureComponent {
|
||||||
className="mx_WelcomePage"
|
className="mx_WelcomePage"
|
||||||
url={pageUrl}
|
url={pageUrl}
|
||||||
replaceMap={{
|
replaceMap={{
|
||||||
"$ssoUrl": tmpClient.getSsoLoginUrl(callbackUrl.toString(), "sso"),
|
"$riot:ssoUrl": tmpClient.getSsoLoginUrl(callbackUrl.toString(), "sso"),
|
||||||
"$casUrl": tmpClient.getSsoLoginUrl(callbackUrl.toString(), "cas"),
|
"$riot:casUrl": tmpClient.getSsoLoginUrl(callbackUrl.toString(), "cas"),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<LanguageSelector />
|
<LanguageSelector />
|
||||||
|
|
Loading…
Reference in a new issue