Commit ce0c07b5 authored by nanahira's avatar nanahira

fix

parent 61cd33be
Pipeline #17221 passed with stages
in 4 minutes and 45 seconds
......@@ -42,6 +42,6 @@ upload_to_minio:
- aws s3 --endpoint=https://minio.momobako.com:9000 sync --delete dist/mycard s3://nanahira/naifu-frontend
- cd dist/root
- tar -zcf - . | aws s3 --endpoint=https://minio.momobako.com:9000 cp - s3://nanahira/naifu-frontend.tar.gz
- cd ..
- cd ../..
only:
- master
......@@ -10,6 +10,7 @@ import { GlobalUserContext } from '../globals/globals'
import { LastContextReport, SelectedStory, Session, SettingsModalOpen, Stories } from '../globals/state'
import { removeLocalStorage } from '../util/storage'
import { User } from '../data/user/user'
import { BackendToken } from '../globals/constants'
export const useLogout = (): (() => void) => {
const router = useRouter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment