mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
アプリケーションが作れない問題を修正
This commit is contained in:
parent
8e08547bd6
commit
2580a7dc3b
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
||||||
name_id: nid,
|
name_id: nid,
|
||||||
description: description,
|
description: description,
|
||||||
callback_url: cb,
|
callback_url: cb,
|
||||||
permission: permission.join(',')
|
permission: permission
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
location.href = '/apps';
|
location.href = '/apps';
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|
Loading…
Reference in a new issue