Skip to content

Commit

Permalink
feat: derive clone on credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Manuel authored and sssilver committed Sep 16, 2021
1 parent 288dce6 commit 4dd5536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/src/framework/auth.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[derive(Debug)]
#[derive(Clone, Debug)]
pub enum Credentials {
UserAuthKey { email: String, key: String },
UserAuthToken { token: String },
Expand Down

0 comments on commit 4dd5536

Please sign in to comment.