Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Uewotm90 committed Nov 24, 2023
1 parent c81578b commit c605323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ecdar_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl EcdarApiAuth for ConcreteEcdarApi {
// Create new access and refresh token with user id
let access_token = auth::create_token(auth::TokenType::AccessToken, &uid)
.map_err(|err| Status::new(Code::Internal, err.to_string()))?;

let refresh_token = auth::create_token(auth::TokenType::RefreshToken, &uid)
.map_err(|err| Status::new(Code::Internal, err.to_string()))?;

Expand Down

0 comments on commit c605323

Please sign in to comment.