You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
OIDC: extract success/failure handlers from token login function (#11154)
* extract success/failure handlers from token login function
* typo
* use for no homeserver error dialog too
* i18n
* tidy
* Update src/Lifecycle.ts
Co-authored-by: Richard van der Hoff <[email protected]>
* move try again responsibility
---------
Co-authored-by: Richard van der Hoff <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@
101
101
"Failed to transfer call": "Failed to transfer call",
102
102
"Permission Required": "Permission Required",
103
103
"You do not have permission to start a conference call in this room": "You do not have permission to start a conference call in this room",
104
-
"We couldn't log you in": "We couldn't log you in",
105
104
"We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.",
105
+
"We couldn't log you in": "We couldn't log you in",
0 commit comments