mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
Support per-format provider key auth
This commit is contained in:
@@ -1124,7 +1124,7 @@ impl AppState {
|
||||
return Ok(());
|
||||
};
|
||||
|
||||
latest_key.encrypted_api_key = encrypted_api_key;
|
||||
latest_key.encrypted_api_key = Some(encrypted_api_key);
|
||||
latest_key.encrypted_auth_config = encrypted_auth_config;
|
||||
latest_key.is_active = true;
|
||||
latest_key.expires_at_unix_secs = entry.expires_at_unix_secs;
|
||||
|
||||
Reference in New Issue
Block a user