Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jan 7, 2025
1 parent 84d5b36 commit 8ab2d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pub enum AuthMethod {
pub struct Wifi {
pub ssid: String,
pub auth_method: AuthMethod,
// TODO: provide a default way of not storing plaintext? while the key is probably going to
// be in the repo or somewhere, but at least they need to know in order to decode?
pub password: Option<String>,
}

Expand Down

0 comments on commit 8ab2d8e

Please sign in to comment.