Skip to content

Commit

Permalink
fix: constant value for api mocking
Browse files Browse the repository at this point in the history
miss change the value when AuthAgent type was changed

#65
  • Loading branch information
timepresent95 committed Oct 9, 2024
1 parent 36023a2 commit 486491a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/mocks/constants/oauth.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import { OAuthAgent } from '@/types';
import { AuthAgent } from '@/types';

export const oauthAgents: OAuthAgent[] = [
'NATIVE',
'GOOGLE',
'NAVER',
'KAKAO',
'APPLE',
];
export const oauthAgents: AuthAgent[] = ['apple', 'google', 'kakao'];

0 comments on commit 486491a

Please sign in to comment.