forked from FoundKeyGang/FoundKey
アプリケーションが作れない問題を修正
This commit is contained in:
parent
a3683e39a0
commit
659271b0cc
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
|||
name_id: nid,
|
||||
description: description,
|
||||
callback_url: cb,
|
||||
permission: permission.join(',')
|
||||
permission: permission
|
||||
}).then(() => {
|
||||
location.href = '/apps';
|
||||
}).catch(() => {
|
||||
|
|
Loading…
Reference in a new issue