fix: reimplement password reset #75038
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#L450
"UserViewSet" has no attribute "context"
|
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#L500
Item "None" of "User | None" has no attribute "set_password"
|
Check static typing:
posthog/api/user.py#L501
Item "None" of "User | None" has no attribute "requested_password_reset_at"
|
Check static typing:
posthog/api/user.py#L502
Item "None" of "User | None" has no attribute "save"
|
Check static typing:
posthog/api/user.py#L505
Argument 1 to "report_user_password_reset" has incompatible type "User | None"; expected "User"
|
Check static typing:
posthog/api/user.py#L506
Argument 1 to "report_user_logged_in" has incompatible type "User | None"; expected "User"
|
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