Point to correct path for auth.html so completing sso login flow no longer 404s

pull/925/head
Gavin Mogan 1 year ago committed by GitHub
parent f56758e1c4
commit a0f82a2aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save