Skip to content

Commit 24b6f37

Browse files
committed
Formatting
1 parent a9480bf commit 24b6f37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/auth/src/core/util/handler.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ export async function _getRedirectUrl(
130130
function getHandlerBase({ config }: AuthInternal): string {
131131
if (!config.emulator) {
132132
const path = `https://${config.authDomain}/${WIDGET_PATH}`;
133-
if(typeof process !== 'undefined' && process.env.FIREBASE_USE_HANDLER_EXT) {
133+
if (
134+
typeof process !== 'undefined' &&
135+
process.env.FIREBASE_USE_HANDLER_EXT
136+
) {
134137
// Static servers require extensions to infer Content-Type
135138
return `${path}.html`;
136139
}

0 commit comments

Comments
 (0)