New: Authentication is now required

(cherry picked from commit d3018fb5015af26a897281f0e892b706cdb6e821)

Closes #1807
Closes #2878
Closes #2873
This commit is contained in:
Mark McDowall
2022-05-29 18:04:40 -07:00
committed by Bogdan
parent b5ef0cda1e
commit 06a53ef9ca
8 changed files with 305 additions and 1 deletions
@@ -0,0 +1,5 @@
.authRequiredAlert {
composes: alert from '~Components/Alert.css';
margin-bottom: 20px;
}