Skip to content

Commit

Permalink
Update src/runtime/composables/local/useAuth.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zoey <[email protected]>
  • Loading branch information
iamKiNG-Fr and zoey-kaiser authored Sep 19, 2024
1 parent 6ee85a0 commit b25597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/local/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async function getSession(getSessionOptions?: GetSessionOptions): Promise<Sessio
return data.value
}

async function signUp<T = any>(credentials: Credentials, signInOptions?: SecondarySignInOptions, signUpOptions?: SignUpOptions): Promise<T> {
async function signUp<T>(credentials: Credentials, signInOptions?: SecondarySignInOptions, signUpOptions?: SignUpOptions): Promise<T> {
const nuxt = useNuxtApp()

const { path, method } = useTypedBackendConfig(useRuntimeConfig(), 'local').endpoints.signUp
Expand Down

0 comments on commit b25597b

Please sign in to comment.