feat: i18n for sign page in mastodon
This commit is contained in:
parent
88ac29ea14
commit
04480eef44
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,7 @@ let autocompleteIndex = $ref(0)
|
|||
let autocompleteShow = $ref(false)
|
||||
|
||||
const users = useUsers()
|
||||
const userSettings = useUserSettings()
|
||||
|
||||
async function oauth() {
|
||||
if (busy)
|
||||
|
@ -32,6 +33,7 @@ async function oauth() {
|
|||
body: {
|
||||
force_login: users.value.some(u => u.server === server),
|
||||
origin: location.origin,
|
||||
lang: userSettings.value.language,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue