You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tokens.rs
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,6 @@ async fn use_refresh_token(
119
119
120
120
let scopes_str:String;
121
121
if !scopes.is_empty(){
122
-
println!(
123
-
"Some scopes require password grant rather rather than using existing refresh tokens. Run 'tokens clear <CLIENT>' to force password login if requested scope is missing from token."
0 commit comments