summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-07 15:16:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-07 15:16:01 +0900
commit0c2b79acedc08fa0702b52d612aa0b92f67f1573 (patch)
treedafad9c0329cd23945053c3f7167cb8613a49fe3 /src/web/app/auth
parentwip (diff)
downloadsharkey-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.tag4
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