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

Commitcc7cd52

Browse files
committed
fmt
1 parentea2f65b commitcc7cd52

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
returnresp.data;
940940
};
941941

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

948948
exportconstunlinkExternalAuthProvider=async(
949949
provider:string,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp