handle csrf error

This commit is contained in:
Bui
2020-03-17 02:18:18 +00:00
parent 1e7477dd96
commit 816833bac0
2 changed files with 10 additions and 2 deletions

View File

@@ -1048,6 +1048,10 @@ var translations = {
verify_password_invalid: {
ja: null,
en: "Verification password does not match",
},
invalid_csrf: {
ja: null,
en: "Security token expired. Please refresh the page."
}
},
browserSupport: {