mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-27 14:24:28 +00:00
Actually qualify CONFIG
This commit is contained in:
parent
02688483ed
commit
b3833786ba
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ fn config() -> Json<Value> {
|
|||
"url": "https://github.com/dani-garcia/vaultwarden"
|
||||
},
|
||||
"settings": {
|
||||
"disableUserRegistration": !CONFIG.signups_allowed() && CONFIG.signups_domains_whitelist().is_empty(),
|
||||
"disableUserRegistration": !crate::CONFIG.signups_allowed() && crate::CONFIG.signups_domains_whitelist().is_empty(),
|
||||
},
|
||||
"environment": {
|
||||
"vault": domain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue