mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-24 03:33:19 +00:00
Whitespace fixes
This commit is contained in:
parent
6c5e35ce5c
commit
632f4d5453
5 changed files with 5 additions and 10 deletions
|
@ -77,7 +77,6 @@ impl Device {
|
|||
let orguser: Vec<_> = orgs.iter().filter(|o| o.atype == 2).map(|o| o.org_uuid.clone()).collect();
|
||||
let orgmanager: Vec<_> = orgs.iter().filter(|o| o.atype == 3).map(|o| o.org_uuid.clone()).collect();
|
||||
|
||||
|
||||
// Create the JWT claims struct, to send to the client
|
||||
use crate::auth::{encode_jwt, LoginJWTClaims, DEFAULT_VALIDITY, JWT_LOGIN_ISSUER};
|
||||
let claims = LoginJWTClaims {
|
||||
|
|
|
@ -165,9 +165,9 @@ impl Organization {
|
|||
"UsePolicies": true,
|
||||
|
||||
"BusinessName": null,
|
||||
"BusinessAddress1": null,
|
||||
"BusinessAddress2": null,
|
||||
"BusinessAddress3": null,
|
||||
"BusinessAddress1": null,
|
||||
"BusinessAddress2": null,
|
||||
"BusinessAddress3": null,
|
||||
"BusinessCountry": null,
|
||||
"BusinessTaxNumber": null,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue