Skip to content

Commit d8de712

Browse files
authored
Merge pull request #28 from auth0/sample_app_minor
fix : Fix the compilation error in the sample app
2 parents 714903b + 54970be commit d8de712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/auth0/android/sample/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class MainActivity : ComponentActivity() {
8888
enableEdgeToEdge()
8989

9090
Auth0UniversalComponents.initialize(
91+
this,
9192
account,
9293
DefaultTokenProvider(
9394
credentialsManager,

0 commit comments

Comments
 (0)