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

Commit 7c8e72c5 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Disable OIDC support by default

parent 73812170
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 ENABLE_OIDC_SUPPORT = true
        const val ENABLE_OIDC_SUPPORT = false
    }

    private var initialized = false