Skip to content

Commit

Permalink
Updated email address
Browse files Browse the repository at this point in the history
  • Loading branch information
fspijkerman committed Mar 31, 2024
1 parent 652ce5b commit fd69166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dash_cognito_auth/cognito.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from flask import g


__maintainer__ = "Frank Spijkerman <[email protected]>"
__maintainer__ = "Frank Spijkerman <[email protected]>"


def make_cognito_blueprint(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description=open("README.md", "rt").read().strip(),
long_description_content_type="text/markdown",
author="Frank Spijkerman",
author_email="[email protected]",
author_email="[email protected]",
url="https://github.com/fspijkerman/dash-cognito-auth",
license="MIT",
package="dash_cognito_auth",
Expand Down

0 comments on commit fd69166

Please sign in to comment.