diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-17 12:15:44 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-17 12:15:44 +0100 |
commit | 4a33ac2265dae0e8fd1f7fbaec54ab7120334cbe (patch) | |
tree | 6b9bbbda40d64305c6e452af38cba4daed254105 /src/login | |
parent | 7eb690e49dd995663e8ea35b1a1f5b14584b4509 (diff) | |
download | aerogramme-4a33ac2265dae0e8fd1f7fbaec54ab7120334cbe.tar.gz aerogramme-4a33ac2265dae0e8fd1f7fbaec54ab7120334cbe.zip |
incoming has been fully ported
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/mod.rs b/src/login/mod.rs index f4bf4d2..a150829 100644 --- a/src/login/mod.rs +++ b/src/login/mod.rs @@ -47,7 +47,7 @@ pub struct Credentials { #[derive(Clone, Debug)] pub struct PublicCredentials { /// The storage credentials are used to authenticate access to the underlying storage (S3, K2V) - pub storage: StorageCredentials, + pub storage: Builders, pub public_key: PublicKey, } |