diff --git a/navi/api/routes/auth.py b/navi/api/routes/auth.py index 9ddf68e..a586d6f 100644 --- a/navi/api/routes/auth.py +++ b/navi/api/routes/auth.py @@ -231,36 +231,47 @@ the native app via Chrome Intent URL, and falls back to a manual button for browsers that block automatic scheme navigation.""" intent_url = f"intent://auth/callback?sid={sid}#Intent;scheme=navi;package=com.navi.client;end" - navi_url = f"navi://auth/callback?sid={sid}" html = ( "" '' '' 'Authentication complete' '' '' '
' '
' '

Login successful

' - '

Opening Navi…

' + '

Opening Navi…

' '' '
' '