enhance(frontend): サインイン画面の改善 (#14658)
* wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md * enhance(frontend): サインイン画面の改善 * Update Changelog * 14655の変更取り込み * spdx * fix * fix * fix * 🎨 * 🎨 * 🎨 * 🎨 * Captchaがリセットされない問題を修正 * 次の処理をsignin apiから読み取るように * Add Comments * fix * fix test * attempt to fix test * fix test * fix test * fix test * fix * fix test * fix: 一部のエラーがちゃんと出るように * Update Changelog * 🎨 * 🎨 * remove border --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
		@@ -269,7 +269,7 @@ export type SignupPendingResponse = {
 | 
			
		||||
 | 
			
		||||
export type SigninRequest = {
 | 
			
		||||
	username: string;
 | 
			
		||||
	password: string;
 | 
			
		||||
	password?: string;
 | 
			
		||||
	token?: string;
 | 
			
		||||
	credential?: AuthenticationResponseJSON;
 | 
			
		||||
	'hcaptcha-response'?: string | null;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user