1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added the ability to remove an MFA method

Includes testing to cover
This commit is contained in:
Dan Brown
2021-07-14 21:27:21 +01:00
parent 7c86c26cd0
commit f696aa5eea
8 changed files with 75 additions and 0 deletions

View File

@ -181,6 +181,10 @@ body.flexbox {
display: inline-block !important;
}
.relative {
position: relative;
}
.hidden {
display: none !important;
}