Skip to content

Commit 1f13901

Browse files
fix(component): add mfa property to ClientAuthCode interface (#81)
gh-69
1 parent 1c84ee6 commit 1f13901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface AuthenticateFn<T> {
3737

3838
export interface ClientAuthCode<T extends IAuthUser, ID = number> {
3939
clientId: string;
40+
mfa?: boolean;
4041
userId?: ID;
4142
user?: T;
42-
mfa?: boolean;
4343
}

0 commit comments

Comments
 (0)