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

Commit 2f89995d authored by Fynn Godau's avatar Fynn Godau Committed by Jonathan Klee
Browse files

workaccount: fix sign in

like 3a68bc3f1fd412cd6a9e3534d809b1ad01983423
i.e. same fix as https://github.com/microg/GmsCore/pull/3257/
parent 9de165d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class WorkAccountAuthenticator(val context: Context) : AbstractAccountAuthentica
                .token(accountCreationToken).isAccessToken()
                .addAccount()
                .getAccountId()
                .droidguardResults(null)
                .droidguardResults("null") // TODO
                .response

            val accountManager = AccountManager.get(context)