This commit is contained in:
2025-07-08 02:40:49 +09:00
parent 9c1efbf047
commit 57070ed49b
4 changed files with 131 additions and 116 deletions
@@ -19,7 +19,7 @@ type Props = { visible: boolean
export default ({ visible, onVisibleChange, user, setUser }: Props) => {
const handleChange = async () => {
if (!(confirm ('引継ぎコードを再発行しますか?')))
if (!(confirm ('引継ぎコードを再発行しますか?\n再発行するとほかのブラウザからはログアウトされます.')))
return
const { data } = await axios.post (`${ API_BASE_URL }/users/code/renew`, { }, { headers: {