Skip to content

Commit

Permalink
Removed test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
s1g53gv committed Dec 2, 2024
1 parent 1e6470b commit e3d243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/it/bz/noi/community/oauth/AuthManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object AuthManager {
)
)

true || !validRole -> AuthStateStatus.Unauthorized.NotValidRole("")
!validRole -> AuthStateStatus.Unauthorized.NotValidRole("")
authState.isAuthorized -> {
authState.isEmailValid().let { (mail, isValid) ->
if (!isValid) {
Expand Down

0 comments on commit e3d243d

Please sign in to comment.