Skip to content

Commit f6d8c53

Browse files
committed
fmt
1 parent d8c0c53 commit f6d8c53

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
@@ -937,11 +937,11 @@ export const exchangeExternalAuthDevice = async (
937937
return resp.data;
938938
};
939939

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

946946
export const unlinkExternalAuthProvider = async (
947947
provider: string,

0 commit comments

Comments
 (0)