Skip to content

Commit

Permalink
fixed cache clear login crash
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Jul 12, 2024
1 parent 2139563 commit b34d254
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ data class Account(

val accountType = context.getString(R.string.android_auth_account_type)

println("Account.createAccount == $id")

val acc = AndroidAccount(id, accountType)

// Save credentials securely using the SecureSharedPreferencesManager
Expand Down

0 comments on commit b34d254

Please sign in to comment.