Skip to content

Commit

Permalink
lintig update
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Sep 22, 2020
1 parent 653919e commit 72f8db7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runway/module/staticsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,12 @@ def _get_dependencies_variables(self):
{
"AuthAtEdge": self.parameters.get("staticsite_auth_at_edge", False),
"SupportedIdentityProviders": self._get_supported_identity_providers(),
"RedirectPathSignIn": "${default staticsite_redirect_path_sign_in::/parseauth}",
"RedirectPathSignOut": "${default staticsite_redirect_path_sign_out::/}",
"RedirectPathSignIn": (
"${default staticsite_redirect_path_sign_in::/parseauth}"
),
"RedirectPathSignOut": (
"${default staticsite_redirect_path_sign_out::/}"
),
}
)

Expand Down

0 comments on commit 72f8db7

Please sign in to comment.