feat(admin-panel): Enable 2FA removal ability for support agents Because:
commit 0d3fa59f28e47c82f8ba8e3d2df632e57c560f00
Author: MagentaManifold <17zhaomingyuan@gmail.com>
Date: Fri Oct 24 11:33:18 2025 -0400
feat(admin-panel): Enable 2FA removal ability for support agents
Because:
* There is an option to remove 2FA in the admin panel now, but you have to have admin permissions to use it. We want to change that to allow support personnel to use it.
This commit:
* updates permission requirement of 2FA removal to Support.
Closes #FXA-12516