Skip to content

Commit 8ab2d8e

Browse files
committed
Add todo
1 parent 84d5b36 commit 8ab2d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.rs

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ pub enum AuthMethod {
2121
pub struct Wifi {
2222
pub ssid: String,
2323
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?
2426
pub password: Option<String>,
2527
}
2628

0 commit comments

Comments
 (0)