Skip to content

Commit

Permalink
fix password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn committed Sep 7, 2024
1 parent a4a43a8 commit 9fcabba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_simple_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .auth import AuthConfig, UserExistsError, initialize, forgot_password, login, signup, login_oauth, signup_oauth, verify, decode_token
from .auth import AuthConfig, UserExistsError, initialize, forgot_password, reset_password, login, signup, login_oauth, signup_oauth, verify, decode_token

__all__ = [
'AuthConfig',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pg_simple_auth", # The name of your package
version="0.1.1", # The initial release version
version="0.1.2", # The initial release version
author='Martyn Garcia',
author_email='[email protected]',
description="A simple asynchronous authentication module for PostgreSQL",
Expand Down

0 comments on commit 9fcabba

Please sign in to comment.