ui: improve layout
This commit is contained in:
parent
df9ee293a7
commit
936488f51e
8 changed files with 30 additions and 19 deletions
|
@ -28,7 +28,7 @@ export default defineEventHandler(async ({ context, req, res }) => {
|
|||
})
|
||||
|
||||
res.writeHead(302, {
|
||||
Location: `${HOST_DOMAIN}/login/callback?${stringifyQuery({ server, token: result.access_token })}`,
|
||||
Location: `${HOST_DOMAIN}/signin/callback?${stringifyQuery({ server, token: result.access_token })}`,
|
||||
})
|
||||
res.end()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue