allReady
allReady copied to clipboard
AdminController with redundant code should be removed
AdminController appears to have redundant code and is not required.
Under closer inspection it appears AdminController is only used for 2FA sendcode and verfiycode actions for 2FA and these should really live in the AccountController so not to have any dependency on the AdminController.
Suggestion is to move the 2FA code needed by the AccountController to the AccountController and remove AdminController with the redundant code completely.
Picking this up
@duncangoodall any update on this?