screm
This commit is contained in:
parent
45f720e313
commit
bc8d31ccbc
5 changed files with 28 additions and 9 deletions
|
@ -43,8 +43,8 @@ void openBrowserForAuthCode(String baseurl, App app) {
|
|||
Uri url = Uri.https(
|
||||
baseurl,
|
||||
// ignore: prefer_interpolation_to_compose_strings
|
||||
"/oauth/authorize" +
|
||||
"?client_id=" +
|
||||
"/oauth/authorize"
|
||||
"?client_id=" +
|
||||
app.clientId +
|
||||
"&scope=read+write" +
|
||||
"&redirect_uri=urn:ietf:wg:oauth:2.0:oob" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue