Skip to content

Commit 5c81dbe

Browse files
committed
Add login via github token
1 parent 27324f8 commit 5c81dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index_auth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub fn login(config: &mut Config, token: Option<String>, github_token: Option<St
6767
config.index_token = Some(parsed.payload);
6868
config.save();
6969
done!("Successfully logged in via Github token");
70+
return;
7071
}
7172

7273
let response: reqwest::blocking::Response = client

0 commit comments

Comments
 (0)