1
0
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:
tateisu 2018-10-31 06:47:02 +09:00
parent 1ad0a1f30f
commit 44c9d9ebdd

View File

@ -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"
)
}