Skip to content

Commit

Permalink
Fixed initWithRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
“oleksii-minaiev” committed Jul 25, 2024
1 parent 7a2d8ba commit eb8852a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/java/com/frontegg/android/FronteggApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class FronteggApp private constructor(

this.baseUrl = config.baseUrl
this.clientId = config.clientId
this.applicationId = config.applicationId
this.auth.reinitWithRegion(config)


Expand Down

0 comments on commit eb8852a

Please sign in to comment.