example-oidc-server icon indicating copy to clipboard operation
example-oidc-server copied to clipboard

Update routes.py

Open richicodes opened this issue 4 years ago • 0 comments

Change at line 11 will prevent an error in python 3.9:

raise ValueError("'name' may not contain a dot '.' character.") ValueError: 'name' may not contain a dot '.' character.

Solution inspired by @pengwon

richicodes avatar Aug 05 '21 09:08 richicodes