Skip to content

Commit

Permalink
hm i forgot someting
Browse files Browse the repository at this point in the history
  • Loading branch information
lksmasin committed Jan 3, 2025
1 parent 6ce93d9 commit 60c7d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ApiService {
String callbackUrlScheme;

if (Foundation.kIsWeb) {
redirectUri = 'https://a859-83-136-207-34.ngrok-free.app/auth.html';
redirectUri = 'https://lksmasin.github.io/trackifly/auth.html';
callbackUrlScheme = 'http';
} else {
redirectUri = 'trackifly://callback';
Expand All @@ -53,7 +53,7 @@ class ApiService {
// Získání správného redirectUri podle platformy
String redirectUri;
if (Foundation.kIsWeb) {
redirectUri = 'https://a859-83-136-207-34.ngrok-free.app/auth.html';
redirectUri = 'https://lksmasin.github.io/trackifly/auth.html';
} else {
redirectUri = 'trackifly://callback';
}
Expand Down

0 comments on commit 60c7d72

Please sign in to comment.