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

Commit eb7e3ebe authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

enable murena account openID support

parent 4a50d2b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ class EeloAuthenticatorModel(application: Application) : AndroidViewModel(applic
    companion object {
        // as https://gitlab.e.foundation/e/backlog/-/issues/6287 is blocked, the openId implementation is not ready yet.
        // But we want to push the changes so later we won't face any conflict. So we are disabling the openId feature for now.
        const val enableOpenIdSupport = false
        const val enableOpenIdSupport = true
    }

    private var initialized = false