bug fix (choice변수)
This commit is contained in:
parent
94a5879765
commit
aaca877387
|
@ -7,7 +7,7 @@ import { AuthService } from 'app/core/auth/auth.service';
|
|||
|
||||
export interface SignInComposeData {}
|
||||
export interface SignInComposeResult {
|
||||
choice: boolean;
|
||||
choice?: boolean;
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
|
Loading…
Reference in New Issue
Block a user