Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Add call to clearCredentials on signout
Browse files Browse the repository at this point in the history
  • Loading branch information
nategbrown9 committed Nov 6, 2023
1 parent a949b49 commit de9aa0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class AuthenticationRepository(
}
// Always clear database when signOut is called
database.clearDatabase()
clearCredentials()
}

/**
Expand Down

0 comments on commit de9aa0d

Please sign in to comment.