Skip to content

Commit

Permalink
please mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Sep 29, 2023
1 parent 2815747 commit 418e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eduid/webapp/jsconfig/settings/jsapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class JsAppsConfig(PasswordConfigMixin):
dashboard_link: HttpUrl
dashboard_url: Optional[str] # deprecated
debug: bool = False
eduid_site_link: HttpUrl = "https://eduid.se"
eduid_site_link: HttpUrl = Field(default=HttpUrl(scheme="https", url="eduid.se"))
eduid_site_name: str = "eduID"
eduid_site_url: Optional[str] = "https://eduid.se" # deprecated
environment: EduidEnvironment = EduidEnvironment.production
Expand Down

0 comments on commit 418e6de

Please sign in to comment.