chore: Follow up android deep link
This commit is contained in:
parent
7c30cdd442
commit
0c00ee6475
3 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import 'package:universal_html/html.dart' as html;
|
|||
var redirectUrl = kIsWeb
|
||||
? Uri.parse(html.window.location.href.split('#').first.split('?').first)
|
||||
: (PlatformInfos.isMobile || PlatformInfos.isMacOS)
|
||||
? Uri.parse('${AppConfig.appOpenUrlScheme.toLowerCase()}:/login')
|
||||
? Uri.parse('${AppConfig.appSsoUrlScheme.toLowerCase()}:/login')
|
||||
: Uri.parse('http://localhost:3001/login');
|
||||
|
||||
if (kIsWeb && withAuthHtmlPath) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue