-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Cookieのsecure
属性を開発時のみ付ける
#823
base: main
Are you sure you want to change the base?
Conversation
Deploying kcmsx with
|
Latest commit: |
81967e4
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6c40bf43.kcmsx.pages.dev |
Branch Preview URL: | https://chore-817-cookie-secure-only.kcmsx.pages.dev |
await fetch(`${import.meta.env.VITE_API_URL}/logout`).catch( | ||
() => undefined | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[optional] 非自明な気がするのでコメントなりPRのdiscriptionに書くなりしてほしいかも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
どの辺が非自明なのかうまく汲み取れなかったので教えてほしいです(.catch(() => undefined)
自体は他の箇所でも使っていますが、これですか?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(.catch(() => undefined)自体は他の箇所でも使っていますが、これですか?)
多分これエラーを握り潰してるんだろうけど、できればToDoコメント or できない理由を書いておいてほしいなと思った
close #817