Skip to content
Snippets Groups Projects
Commit ff8b8df0 authored by rinsuki's avatar rinsuki
Browse files

#1296 で壊してしまったのを直した

parent d2305039
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ export default Vue.extend({
(this as any).api('signin', {
username: this.username,
password: this.password,
token: this.user && this.user.two_factor_enabled ? this.token : undefined
token: this.user && this.user.account.two_factor_enabled ? this.token : undefined
}).then(() => {
location.reload();
}).catch(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment