nuxt-auth icon indicating copy to clipboard operation
nuxt-auth copied to clipboard

Change `signUp` signature to avoid tautology

Open phoenix-ru opened this issue 1 year ago • 0 comments

          You're actually right, it's a weird implementation in https://github.com/sidebase/nuxt-auth/pull/615 which accepts two identical interfaces:

https://github.com/sidebase/nuxt-auth/blob/218a8465fd01fbf70562ab4cc1083dea3931d1a1/src/runtime/composables/local/useAuth.ts#L161

It should be just signUpOptions, will probably move this to a different breaking change

Originally posted by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/702#discussion_r1862455689

phoenix-ru avatar Nov 28 '24 16:11 phoenix-ru