Merge branch 'dev' of github.com:djvaldez/photoview into fix-custom-basepath

This commit is contained in:
David Valdez
2023-04-29 20:38:28 -05:00

View File

@@ -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' })``