mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 05:06:44 -06:00
Fix bug
This commit is contained in:
parent
35a1fa5bf0
commit
fbf43c1450
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default Vue.extend({
|
||||||
callbackUrl: this.cb,
|
callbackUrl: this.cb,
|
||||||
permission: this.permission
|
permission: this.permission
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
location.href = '/apps';
|
location.href = '/dev/apps';
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
alert('アプリの作成に失敗しました。再度お試しください。');
|
alert('アプリの作成に失敗しました。再度お試しください。');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue