Update app/src/main/java/org/mozilla/fenix/components/FxaServer.kt

Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
fennec/production
Hakkı Kaan Çalışkan 4 years ago committed by Emily Kager
parent bd85a9c399
commit 670e03c3b2

@ -15,7 +15,7 @@ import org.mozilla.fenix.ext.settings
object FxaServer {
private const val CLIENT_ID = "a2270f727f45f648"
fun redirectUrl() = "urn:ietf:wg:oauth:2.0:oob:oauth-redirect-webchannel"
const val REDIRECT_URL = "urn:ietf:wg:oauth:2.0:oob:oauth-redirect-webchannel"
fun config(context: Context): ServerConfig {
val serverOverride = context.settings().overrideFxAServer

Loading…
Cancel
Save