Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
update android
  • Loading branch information
chaitanyapotti committed Nov 3, 2023
1 parent f9cecb9 commit 2abc7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'org.torusresearch:web3auth-android-sdk:5.1.1'
implementation 'org.torusresearch:web3auth-android-sdk:5.1.2'
implementation 'com.google.code.gson:gson:2.9.1'
}
2 changes: 1 addition & 1 deletion lib/output.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TorusUserInfo {
@override
String toString() {
return "{email=$email, name=$name, profileImage=$profileImage, verifier=$verifier,"
"verifierId=$verifierId, typeOfLogin=$typeOfLogin, dappShare=$dappShare, idToken=$idToken, oAuthIdToken=$oAuthIdToken, oAuthAccessToken=$oAuthAccessToken}";
"verifierId=$verifierId, typeOfLogin=$typeOfLogin, dappShare=$dappShare, idToken=$idToken, oAuthIdToken=$oAuthIdToken, oAuthAccessToken=$oAuthAccessToken, isMfaEnabled=$isMfaEnabled}";
}

Map<String, dynamic> toJson() {
Expand Down

0 comments on commit 2abc7c8

Please sign in to comment.