diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-07 15:16:01 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-07 15:16:01 +0900 |
| commit | 0c2b79acedc08fa0702b52d612aa0b92f67f1573 (patch) | |
| tree | dafad9c0329cd23945053c3f7167cb8613a49fe3 /src/web/app/auth | |
| parent | wip (diff) | |
| download | sharkey-0c2b79acedc08fa0702b52d612aa0b92f67f1573.tar.gz sharkey-0c2b79acedc08fa0702b52d612aa0b92f67f1573.tar.bz2 sharkey-0c2b79acedc08fa0702b52d612aa0b92f67f1573.zip | |
wip
Diffstat (limited to 'src/web/app/auth')
| -rw-r--r-- | src/web/app/auth/tags/form.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/form.tag b/src/web/app/auth/tags/form.tag index 4a236f7594..5bb27c269e 100644 --- a/src/web/app/auth/tags/form.tag +++ b/src/web/app/auth/tags/form.tag @@ -26,8 +26,8 @@ </section> </div> <div class="action"> - <button onclick={ cancel }>キャンセル</button> - <button onclick={ accept }>アクセスを許可</button> + <button @click="cancel">キャンセル</button> + <button @click="accept">アクセスを許可</button> </div> <style> :scope |