refactor: improve sign in server
parent
d5ee83be2d
commit
ca0672390c
|
@ -4,6 +4,7 @@ import { DEFAULT_SERVER } from '~/constants'
|
||||||
let server = $ref<string>('')
|
let server = $ref<string>('')
|
||||||
|
|
||||||
async function oauth() {
|
async function oauth() {
|
||||||
|
server = server.split('/')[0]
|
||||||
location.href = `/api/${server || DEFAULT_SERVER}/login`
|
location.href = `/api/${server || DEFAULT_SERVER}/login`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue