ragnar
Explore posts from serversTTCTheo's Typesafe Cult
•Created by ragnar on 3/12/2025 in #questions
Tailwindcss looks weird after @uploadthing/react/styles.css
https://docs.uploadthing.com/getting-started/appdir#add-upload-things-styles
I have completed all the steps in the documentation but there are still problems with my project. The styles of my project are all messed up. Any solution?
versions:
upload component -->
globals.css -->
app/layout.tsx -->
2 replies
BABetter Auth
•Created by ragnar on 3/5/2025 in #help
Session duplication bug when two-factor plugin enabled
I have a project that shows otp-modal if two-factor validation is active. The normal is that it creates a session after entering the correct otp code. But as soon as i enter the password the session is created and after i enter the otp code correctly another session is created. What is the solution for this?
actions/sign-in.ts -->
sign-in-form -->
9 replies