This commit is contained in:
syuilo 2017-02-20 14:33:30 +09:00
parent 3211d90e09
commit 12cba7a76d
37 changed files with 173 additions and 167 deletions

View file

@ -97,7 +97,7 @@
this.token = window.location.href.split '/' .pop!
this.on('mount', () => {
if not @SIGNIN then return
if not this.SIGNIN then return
// Fetch session
this.api 'auth/session/show' do