Skip to content

Typo: retun should be return #52

@MURTHYKH

Description

@MURTHYKH

🤖 AI Discovered Bug

Description: Python keyword retun is misspelled. It should be return. This causes a NameError at runtime because Python treats it as an identifier, not a keyword.

File: app.py, Line 40: retun check_password_hash(self.password_hash, password)

File: app.py

This issue was automatically generated by AutoPR AI Scanner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions