Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41dc10dc authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

revert unintentional change

parent f6447e2f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ class AuthenticatorRepository @Inject constructor(
        return validateAuthData
    }

    fun getUserType(): User {
    private fun getUserType(): User {
        return loginCommon.getUserType()
    }
}