refactor: improve sign in server

This commit is contained in:
三咲智子 2022-11-23 21:58:56 +08:00
parent d5ee83be2d
commit ca0672390c
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -4,6 +4,7 @@ import { DEFAULT_SERVER } from '~/constants'
let server = $ref<string>('')
async function oauth() {
server = server.split('/')[0]
location.href = `/api/${server || DEFAULT_SERVER}/login`
}