Redact cookies when logging in
This commit is contained in:
parent
fa23bd14e8
commit
c806258b82
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ func fnLoginGoogleCookies(ce *WrappedCommandEvent) {
|
||||||
ce.Reply("Failed to parse cookies: %v", err)
|
ce.Reply("Failed to parse cookies: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
ce.Redact()
|
||||||
err = ce.User.LoginGoogle(cookies, func(emoji string) {
|
err = ce.User.LoginGoogle(cookies, func(emoji string) {
|
||||||
ce.Reply(emoji)
|
ce.Reply(emoji)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue