Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliandev02 committed Aug 13, 2024
1 parent b49f55c commit 20dee0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/authenticator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub struct StrawberryIdAuthenticator {

impl StrawberryIdAuthenticator {
pub fn fetch() -> Result<StrawberryIdAuthenticator, Box<dyn std::error::Error>> {
// todo: change to XDG User Directories
if let Some(home_dir) = dirs::home_dir() {
let config_dir = home_dir.join(".config").join("tunneled");
let credentials_path = config_dir.join("credentials.yml");
Expand Down

0 comments on commit 20dee0c

Please sign in to comment.