We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d5b36 commit 8ab2d8eCopy full SHA for 8ab2d8e
src/config.rs
@@ -21,6 +21,8 @@ pub enum AuthMethod {
21
pub struct Wifi {
22
pub ssid: String,
23
pub auth_method: AuthMethod,
24
+ // TODO: provide a default way of not storing plaintext? while the key is probably going to
25
+ // be in the repo or somewhere, but at least they need to know in order to decode?
26
pub password: Option<String>,
27
}
28
0 commit comments