bug fix (choice변수)

This commit is contained in:
이담 정 2022-10-12 04:17:09 +00:00
parent 94a5879765
commit aaca877387

View File

@ -7,7 +7,7 @@ import { AuthService } from 'app/core/auth/auth.service';
export interface SignInComposeData {}
export interface SignInComposeResult {
choice: boolean;
choice?: boolean;
}
@Component({