Skip to content

Commit cc7c908

Browse files
authored
Fix typo (#260)
1 parent 8807a7b commit cc7c908

File tree

1 file changed

+1
-1
lines changed
  • packages/@react-oauth/google/src/types

1 file changed

+1
-1
lines changed

packages/@react-oauth/google/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface CredentialResponse {
6262
| 'user_2tap'
6363
| 'btn'
6464
| 'btn_confirm'
65-
| 'brn_add_session'
65+
| 'btn_add_session'
6666
| 'btn_confirm_add_session';
6767
clientId?: string;
6868
}

0 commit comments

Comments
 (0)