mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
Merge branch 'dev' of github.com:djvaldez/photoview into fix-custom-basepath
This commit is contained in:
@@ -12,7 +12,7 @@ export const INITIAL_SETUP_QUERY = gql`
|
|||||||
|
|
||||||
export function login(token: string) {
|
export function login(token: string) {
|
||||||
saveTokenCookie(token)
|
saveTokenCookie(token)
|
||||||
window.location.href = '/'
|
window.location.href = `${import.meta.env.BASE_URL}`
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Container = styled.div.attrs({ className: 'mt-20' })``
|
export const Container = styled.div.attrs({ className: 'mt-20' })``
|
||||||
|
|||||||
Reference in New Issue
Block a user