1
0
Fork 0

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

Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
master
Hakkı Kaan Çalışkan 2020-06-16 21:13:17 +03:00 committed by Emily Kager
parent bd85a9c399
commit 670e03c3b2
1 changed files with 1 additions and 1 deletions

View File

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