Skip to content

Commit b8cf943

Browse files
committed
verify後の遷移先を修正
1 parent b6b8722 commit b8cf943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/user/verifyNewEmail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default Vue.extend({
9797
this.verification_code
9898
)
9999
.then(() => {
100-
this.$router.push('/user/classlist')
100+
this.$router.push('/user/editUserData')
101101
})
102102
.catch(() => {
103103
this.loading = false

0 commit comments

Comments
 (0)