Skip to content

Commit 1114dfc

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 5e1aedc commit 1114dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-exp/auth-exp/src/core/strategies/email.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ export async function fetchSignInMethodsForEmail(
3838
const { signinMethods } = await createAuthUri(auth, request);
3939

4040
return signinMethods || [];
41-
}
41+
}

packages-exp/auth-exp/src/core/util/location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export function isHttpOrHttps(): boolean {
2525

2626
export function getCurrentScheme(): string | null {
2727
return self?.location?.protocol || null;
28-
}
28+
}

0 commit comments

Comments
 (0)