Skip to content

Commit b41a804

Browse files
dnplkndllclaude
andcommitted
fix: formatting (prettier/eslint)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Don Kendall <kendall@donkendall.com>
1 parent b029841 commit b41a804

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pods/authProviders/src/utils.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ export async function handleProviderAuth (
117117
}
118118
return concatLink(branding?.front ?? frontUrl, '/login')
119119
} else {
120-
const baseUrl = state.mobileRedirect != null
121-
? `${state.mobileRedirect}://login/auth`
122-
: concatLink(branding?.front ?? frontUrl, '/login/auth')
120+
const baseUrl =
121+
state.mobileRedirect != null
122+
? `${state.mobileRedirect}://login/auth`
123+
: concatLink(branding?.front ?? frontUrl, '/login/auth')
123124
const origin = baseUrl
124125
const queryObj: any = { token: loginInfo.token }
125126
if (state.autoJoin === true) {

0 commit comments

Comments
 (0)