/[sudobot]/trunk/src/api/public-routes/recaptcha.ts
ViewVC logotype

Diff of /trunk/src/api/public-routes/recaptcha.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by rakin, Mon Jul 29 17:28:42 2024 UTC revision 130 by rakin, Mon Jul 29 17:28:43 2024 UTC
# Line 59  export default <Route> { Line 59  export default <Route> {
59                      if (!user)                      if (!user)
60                          throw new Error();                          throw new Error();
61                                            
62                      await DiscordClient.client.verification.success(user);                      await DiscordClient.client.verification.success(user, req);
63    
64                      return await res.json({                      return await res.json({
65                          google: response.data,                          google: response.data,

Legend:
Removed from v.127  
changed lines
  Added in v.130

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26