mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 04:01:51 +09:00
Compare commits
1 commit
main
...
removal/go
| Author | SHA1 | Date | |
|---|---|---|---|
| d3e57693e7 |
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ class AddonBase:
|
|||
|
||||
|
||||
async def request(self, flow: http.HTTPFlow):
|
||||
if self.google_login_hint:
|
||||
await try_catch(self.google_login_hint.request(flow))
|
||||
#if self.google_login_hint:
|
||||
# await try_catch(self.google_login_hint.request(flow))
|
||||
|
||||
if false_true_varifing_task.is_verifing_false_true():
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue