Daniel García
7 months ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
1 additions and
1 deletions
-
src/api/core/mod.rs
|
@ -205,7 +205,7 @@ fn config() -> Json<Value> { |
|
|
"url": "https://github.com/dani-garcia/vaultwarden" |
|
|
"url": "https://github.com/dani-garcia/vaultwarden" |
|
|
}, |
|
|
}, |
|
|
"settings": { |
|
|
"settings": { |
|
|
"disableUserRegistration": !CONFIG.signups_allowed() && CONFIG.signups_domains_whitelist().is_empty(), |
|
|
"disableUserRegistration": !crate::CONFIG.signups_allowed() && crate::CONFIG.signups_domains_whitelist().is_empty(), |
|
|
}, |
|
|
}, |
|
|
"environment": { |
|
|
"environment": { |
|
|
"vault": domain, |
|
|
"vault": domain, |
|
|