refactor: remove loco-rs deps
This commit is contained in:
@@ -311,7 +311,7 @@ impl AuthServiceTrait for OidcAuthService {
|
||||
}
|
||||
r => r,
|
||||
}
|
||||
.map_err(AuthError::FindAuthRecordError)?;
|
||||
.map_err(|_| AuthError::FindAuthRecordError)?;
|
||||
|
||||
Ok(AuthUserInfo {
|
||||
subscriber_auth,
|
||||
|
||||
Reference in New Issue
Block a user