Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jul 23, 2023
1 parent b64ebbb commit fd0a0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl User {
}

pub(crate) fn create_admin_user() -> User {
use crate::constants::constants::PASSWORD;
use crate::constants::inner_constants::PASSWORD;

let password:Option<String> = std::env::var(PASSWORD)
.map(|e|Some(e))
Expand Down

0 comments on commit fd0a0ac

Please sign in to comment.