fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738)
* fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 * emitされるオブジェクトの型を変更したことに伴う修正 * Update Changelog
This commit is contained in:
@@ -3095,7 +3095,9 @@ type SigninWithPasskeyRequest = {
|
||||
|
||||
// @public (undocumented)
|
||||
type SigninWithPasskeyResponse = {
|
||||
signinResponse: SigninFlowResponse;
|
||||
signinResponse: SigninFlowResponse & {
|
||||
finished: true;
|
||||
};
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
|
Reference in New Issue
Block a user