custom 2FA
I have a trait to send otp sms with a provided endpoint that i need use in filament dashboard while logging in. I don't know how can I customize the filament auth to do this, and I tried to use 2FA plugins that support sms but I couldn't customize it to use my trait.
note that I'm using the Admin model not the User model as the panel guard
note that I'm using the Admin model not the User model as the panel guard