add permissions to registration

This commit is contained in:
_Bastler
2021-03-29 20:09:53 +02:00
parent de7b2f507e
commit 35411505f8
6 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ $light-theme: mat-light-theme((color: (primary: $light-primary,
// Define an alternate dark theme.
$dark-theme: mat-dark-theme((color: (primary: $dark-primary,
accent: $light-accent,
warn: $dark-warn,
warn: $light-warn,
)));
// Include theme styles for core and each component used in your app.