Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936b42d commit c13f08bCopy full SHA for c13f08b
‎server/api-service/lowcoder-sdk/src/main/java/org/lowcoder/sdk/auth/Oauth2GenericAuthConfig.java
@@ -34,7 +34,7 @@ public String replaceAuthUrlClientIdPlaceholder(String url)
34
return super.replaceAuthUrlClientIdPlaceholder(url)
35
.replace(BASE_URL_PLACEHOLDER, authorizationEndpoint)
36
.replace(SCOPE_PLACEHOLDER, scope)
37
- .concat(Boolean.TRUE.equals(userCanSelectAccounts)?"&prompt=select_account":"");
+ .concat(Boolean.FALSE.equals(userCanSelectAccounts)?"":"&prompt=select_account");
38
}
39
40
0 commit comments