Skip to content

Commit cc7cd52

Browse files
committed
fmt
1 parent ea2f65b commit cc7cd52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/src/api/api.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -939,11 +939,11 @@ export const exchangeExternalAuthDevice = async (
939939
return resp.data;
940940
};
941941

942-
export const getUserExternalAuthProviders = async (
943-
): Promise<TypesGen.ListUserExternalAuthResponse> => {
944-
const resp = await axios.get(`/api/v2/external-auth`);
945-
return resp.data;
946-
};
942+
export const getUserExternalAuthProviders =
943+
async (): Promise<TypesGen.ListUserExternalAuthResponse> => {
944+
const resp = await axios.get(`/api/v2/external-auth`);
945+
return resp.data;
946+
};
947947

948948
export const unlinkExternalAuthProvider = async (
949949
provider: string,

0 commit comments

Comments
 (0)