Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6d8c53

Browse files
committed
fmt
1 parentd8c0c53 commitf6d8c53

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
returnresp.data;
938938
};
939939

940-
exportconstgetUserExternalAuthProviders=async(
941-
):Promise<TypesGen.ListUserExternalAuthResponse>=>{
942-
constresp=awaitaxios.get(`/api/v2/external-auth`);
943-
returnresp.data;
944-
};
940+
exportconstgetUserExternalAuthProviders=
941+
async():Promise<TypesGen.ListUserExternalAuthResponse>=>{
942+
constresp=awaitaxios.get(`/api/v2/external-auth`);
943+
returnresp.data;
944+
};
945945

946946
exportconstunlinkExternalAuthProvider=async(
947947
provider:string,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp