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

Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
pull/600/head
Hakkı Kaan Çalışkan 4 years ago committed by Emily Kager
parent 0dae637cdb
commit fcb48ee463

@ -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