allReady icon indicating copy to clipboard operation
allReady copied to clipboard

AdminController with redundant code should be removed

Open duncangoodall opened this issue 8 years ago • 2 comments

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.

duncangoodall avatar Jan 20 '18 13:01 duncangoodall

Picking this up

duncangoodall avatar Jan 20 '18 13:01 duncangoodall

@duncangoodall any update on this?

mk0sojo avatar May 28 '18 06:05 mk0sojo