mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-29 18:19:22 +01:00
add "force_login=true" for oAuth2 browser URL.
This commit is contained in:
parent
1ad0a1f30f
commit
44c9d9ebdd
@ -957,6 +957,7 @@ class TootApiClient(
|
||||
+ "&state=" + (if(account != null) "db:${account.db_id}" else "host:$instance")
|
||||
+ "&grant_type=authorization_code"
|
||||
+ "&approval_prompt=force"
|
||||
+ "&force_login=true"
|
||||
// +"&access_type=offline"
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user