Merge pull request #925 from halkeye/patch-2
Point to correct path for auth.html so completing sso login flow no longer 404s
This commit is contained in:
commit
c7cb3bff5b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
|||
|
||||
void ssoLoginAction(String? id) async {
|
||||
final redirectUrl = kIsWeb
|
||||
? '${html.window.origin!}/web/auth.html'
|
||||
? '${html.window.origin!}/auth.html'
|
||||
: isDefaultPlatform
|
||||
? '${AppConfig.appOpenUrlScheme.toLowerCase()}://login'
|
||||
: 'http://localhost:3001//login';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue