Skip to content

Commit

Permalink
Update app/src/main/java/org/mozilla/fenix/components/FxaServer.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Tiger Oakes <[email protected]>
  • Loading branch information
2 people authored and ekager committed Jun 17, 2020
1 parent bd85a9c commit 670e03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 670e03c

Please sign in to comment.