Skip to content

Commit

Permalink
change the asset links redirect path
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 10, 2024
1 parent 261114a commit 9eb3f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Constants {
val packageName = app.packageName
val useAssetsLinks = app.useAssetsLinks
return if (useAssetsLinks) {
"https://${host}/${packageName}/android/oauth/callback"
"https://${host}/oauth/account/redirect/android/${packageName}"
} else {
"${packageName}://${host}/android/oauth/callback"
}
Expand Down

0 comments on commit 9eb3f7b

Please sign in to comment.