Fix bug
This commit is contained in:
		@@ -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('アプリの作成に失敗しました。再度お試しください。');
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user