fix: reimplement password reset #75059
Annotations
10 errors and 1 warning
Check static typing:
posthog/tasks/email.py#L85
"User" has no attribute "social_auth"
|
Check static typing:
posthog/tasks/email.py#L93
Item "None" of "Organization | None" has no attribute "id"
|
Check static typing:
posthog/api/user.py#L456
Argument 1 to "check_token" of "PasswordResetter" has incompatible type "User | None"; expected "User"
|
Check static typing:
posthog/api/user.py#L460
Item "None" of "User | None" has no attribute "uuid"
|
Check static typing:
posthog/api/user.py#L482
"ValidationError" has no attribute "detail"
|
Check static typing:
posthog/api/user.py#L483
"ValidationError" has no attribute "detail"
|
Check static typing:
posthog/api/user.py#L507
"ValidationError" has no attribute "detail"
|
Check static typing:
posthog/api/user.py#L508
"ValidationError" has no attribute "detail"
|
Check static typing:
posthog/api/user.py#L522
Item "None" of "User | None" has no attribute "set_password"
|
Check static typing:
posthog/api/user.py#L523
Item "None" of "User | None" has no attribute "requested_password_reset_at"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, actions/checkout@v3, syphar/restore-virtualenv@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading