Add an email registration policy feature - Closes #250

This commit is contained in:
Bubka
2024-02-29 13:42:28 +01:00
parent fd5520c1cf
commit 3eed7c8f5b
12 changed files with 320 additions and 10 deletions

View File

@ -46,6 +46,7 @@ import {
faFileLines,
faVideoSlash,
faChevronRight,
faSlash,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -107,6 +108,7 @@ library.add(
faChevronRight,
faOpenid,
faPaperPlane,
faSlash,
);
export default FontAwesomeIcon