Skip to content

Commit

Permalink
feat: update Fitbit redirect URL and callback scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimozkn committed Feb 25, 2025
1 parent f64d9e5 commit a8da0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const String playStoreUrl =
'https://play.google.com/store/apps/details?id=health.studyu.app';
const String appstoreUrl = 'https://itunes.apple.com/app/id1571991198';
const String fitbitRedirectUrl = 'example://fitbit/auth';
const String fitbitCallbackScheme = 'example';
const String fitbitRedirectUrl = 'studyu://fitbit/auth';
const String fitbitCallbackScheme = 'studyu';

0 comments on commit a8da0d2

Please sign in to comment.