You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Update src/Lifecycle.ts
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5d86c2f8e0
commit
69b2d67250
@@ -185,8 +185,8 @@ export function attemptTokenLogin(
|
|||||||
console.warn("Cannot log in with token: can't determine HS URL to use");
|
console.warn("Cannot log in with token: can't determine HS URL to use");
|
||||||
Modal.createTrackedDialog("SSO", "Unknown HS", ErrorDialog, {
|
Modal.createTrackedDialog("SSO", "Unknown HS", ErrorDialog, {
|
||||||
title: _t("We couldn't log you in"),
|
title: _t("We couldn't log you in"),
|
||||||
description: _t("We asked the browser to remember which homeserver you use, to let you sign in. " +
|
description: _t("We asked the browser to remember which homeserver you use to let you sign in, " +
|
||||||
"Unfortunately your browser has forgotten in. Go to the sign in page and try again."),
|
"but unfortunately your browser has forgotten it. Go to the sign in page and try again."),
|
||||||
button: _t("Try again"),
|
button: _t("Try again"),
|
||||||
});
|
});
|
||||||
return Promise.resolve(false);
|
return Promise.resolve(false);
|
||||||
|
Reference in New Issue
Block a user