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

Commit 60138cd4 authored by Hasib Prince's avatar Hasib Prince
Browse files

enable OpenId

parent 4705f15d
Loading
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