mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 23:31:28 +09:00
Merge d3e57693e7 into 3018b4fd23
This commit is contained in:
commit
7924fe63d1
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ class AddonBase:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
async def request(self, flow: http.HTTPFlow):
|
async def request(self, flow: http.HTTPFlow):
|
||||||
if self.google_login_hint:
|
#if self.google_login_hint:
|
||||||
await try_catch(self.google_login_hint.request(flow))
|
# await try_catch(self.google_login_hint.request(flow))
|
||||||
|
|
||||||
if false_true_varifing_task.is_verifing_false_true():
|
if false_true_varifing_task.is_verifing_false_true():
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue