diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:17:59 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:17:59 +0900 |
| commit | 07efc8e1504450b4eb6bc29f43986a9d538d0680 (patch) | |
| tree | 8faf4958438cfad54383fc2df06bd2496e7acdc1 /src/web/app/auth | |
| parent | wip (diff) | |
| download | sharkey-07efc8e1504450b4eb6bc29f43986a9d538d0680.tar.gz sharkey-07efc8e1504450b4eb6bc29f43986a9d538d0680.tar.bz2 sharkey-07efc8e1504450b4eb6bc29f43986a9d538d0680.zip | |
wip
Diffstat (limited to 'src/web/app/auth')
| -rw-r--r-- | src/web/app/auth/tags/index.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag index e71214f4a3..8d70a4162b 100644 --- a/src/web/app/auth/tags/index.tag +++ b/src/web/app/auth/tags/index.tag @@ -114,13 +114,13 @@ state: 'waiting' }); - this.refs.form.on('denied', () => { + this.$refs.form.on('denied', () => { this.update({ state: 'denied' }); }); - this.refs.form.on('accepted', this.accepted); + this.$refs.form.on('accepted', this.accepted); } }).catch(error => { this.update({ |