Improve registration page and add a rules option

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-15 11:01:49 +02:00
parent 33e9b80b95
commit 97197e3811
28 changed files with 1329 additions and 1205 deletions

View File

@@ -78,6 +78,14 @@ export const TERMS = gql`
}
`;
export const RULES = gql`
query Rules {
config {
rules
}
}
`;
export const TIMEZONES = gql`
query {
config {