1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 14:46:03 +02:00
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