diff --git a/src/mocks/constants/oauth.ts b/src/mocks/constants/oauth.ts index 84c293f..1ef9f8f 100644 --- a/src/mocks/constants/oauth.ts +++ b/src/mocks/constants/oauth.ts @@ -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'];