mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Fix for login URL
This commit is contained in:
@@ -12,7 +12,7 @@ export const INITIAL_SETUP_QUERY = gql`
|
||||
|
||||
export function login(token: string) {
|
||||
saveTokenCookie(token)
|
||||
window.location.href = '/'
|
||||
window.location.href = `${import.meta.env.BASE_URL}`
|
||||
}
|
||||
|
||||
export const Container = styled.div.attrs({ className: 'mt-20' })``
|
||||
|
||||
Reference in New Issue
Block a user