is this the way to change authView to SignUp, if y...
# hackathon
a
is this the way to change authView to SignUp, if yes, why is this not working? @User
f
not really the place to be asking
but
one second
change 'authView' to just 'view'
a
thanks, this works. Then what is that authView for.
f
¯\_(ツ)_/¯
j
authView is for overriding the view type ViewType = | 'sign_in' | 'sign_up' | 'forgotten_password' | 'magic_link' | 'update_password'
— i think it defaults to sign_in
is sign up not showing ?
f
o/ johnny
a
I used authView="sign_up" but it isn't working. But when I used auth="sign_up", it works perfectly.
f
authView
being a sate string