Improve registration page and add a rules option
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -78,6 +78,14 @@ export const TERMS = gql`
|
||||
}
|
||||
`;
|
||||
|
||||
export const RULES = gql`
|
||||
query Rules {
|
||||
config {
|
||||
rules
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const TIMEZONES = gql`
|
||||
query {
|
||||
config {
|
||||
|
||||
Reference in New Issue
Block a user