This commit is contained in:
zoe 2022-06-28 22:47:35 +02:00
parent 45f720e313
commit bc8d31ccbc
5 changed files with 28 additions and 9 deletions

View file

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