mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
Normalize management token prefixes
This commit is contained in:
@@ -132,7 +132,7 @@ impl StoredManagementToken {
|
||||
self.token_prefix
|
||||
.as_deref()
|
||||
.map(|prefix| format!("{prefix}...****"))
|
||||
.unwrap_or_else(|| "ae_****".to_string())
|
||||
.unwrap_or_else(|| "ae-****".to_string())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user