wip: set up AppConfig provider, use value in Login screen, update gql

This commit is contained in:
Loewy
2024-03-19 14:08:00 -07:00
parent 54428112f8
commit 5cfccb97b1
2 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
query getDeployedConfig {
getDeployedConfig {
allowNewUsers
}
}