Dada
Dada
WWasp
Created by Dada on 4/29/2025 in #đŸ™‹questions
Generate Email Verification Link/ SendVerificationEmail function
@kapa.ai what kind of password hash should i use in registration , because login is failing , i used const hashedPassword = await bcrypt.hash(args.password, 10);
16 replies
WWasp
Created by Dada on 4/29/2025 in #đŸ™‹questions
Generate Email Verification Link/ SendVerificationEmail function
@kapa.ai what are the arguments createUser function expects ?
16 replies
WWasp
Created by Dada on 4/29/2025 in #đŸ™‹questions
Generate Email Verification Link/ SendVerificationEmail function
oh great
16 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
Thank you again @franjo it worked ✅
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
Thank you so much @franjo i will give it a try and let you know , if it didn't work i'll just switch to ShadCN is Vinny suggested , appreciate your help guys
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
its the UI Library i always use , provides all the components i need and im kinda used to it thats all , if you recommend another UI Library thats compatible with your setup i'll give it a try
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
yes i saw that , i was hoping there is a way to use the Ant Design built-in Dark Mode , without having to manually add the classes for every component i use :sadboi:
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
No description
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
@Wasp Team any idea guys ?
24 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
Ant Design Modal
Thank you for your help buddy :boi:
11 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
Ant Design Modal
Tried it , it disabled most of tailwind css and didn't fix the Inputs problem. i just removed the tailwind base import from the Main.css and im refactoring the design
11 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
Ant Design Modal
No description
11 replies
WWasp
Created by Dada on 4/28/2025 in #đŸ™‹questions
Ant Design Modal
@Carlos apparently there is Main.css file path: app/src/client/Main.css that file imports @tailwind base , which ovverrides css of all [type="text"] . i tried importing @import 'antd/dist/reset.css'; after it , but it didn't work.
11 replies
WWasp
Created by Dada on 4/24/2025 in #đŸ™‹questions
Email Verification SMTP not working
@franjo i figured out the problem i had , in the main.wasp file , there are two places where you set the fromField . i was only setting it in emailSender object , while the field inisde auth.methods.email.fromField.email was still set to example domain , thats why it wasn't working .
11 replies
WWasp
Created by Dada on 4/24/2025 in #đŸ™‹questions
STRIPE PLAN ID is sent to checkout request as Price
@franjo Thank you bro, i switched to lemonsquizy and it works fine.
7 replies