You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to easily hide 2FA from user menu. I am NOT using Filament in a multi-tenant setup and I am finding no quick and eficient way to remove 2FA from the user menu.
I've developed a CSS workaround (see it bellow) but it would be great to see a definitive solution for that. I expect to be able to set something like 'register-to-user-menu.php' => false or 'display-on-user-menu.php' => false on config/filament-2fa.php. (Sorry, I am not available to send a PR right now).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Great plugin, thanks for the hard work here :D
Currently it's not possible to easily hide 2FA from user menu. I am NOT using Filament in a multi-tenant setup and I am finding no quick and eficient way to remove 2FA from the user menu.
I've developed a CSS workaround (see it bellow) but it would be great to see a definitive solution for that. I expect to be able to set something like
'register-to-user-menu.php' => false
or'display-on-user-menu.php' => false
onconfig/filament-2fa.php
. (Sorry, I am not available to send a PR right now).Reference: https://filamentphp.com/plugins/vormkracht10-2fa#multi-tenant-setup
CSS workaround:
Beta Was this translation helpful? Give feedback.
All reactions