chore: fixed mistake in AUTH_PROVIDER_NOT_SPECIFIED error description

This commit is contained in:
Balu Babu
2023-07-21 16:19:48 +05:30
parent 7b590fa57d
commit d090585685

View File

@@ -24,7 +24,7 @@ export const JSON_INVALID = 'json_invalid';
/**
* Auth Provider not specified
* (Utils)
* (Auth)
*/
export const AUTH_PROVIDER_NOT_SPECIFIED = 'auth/provider_not_specified';