diff options
Diffstat (limited to 'web/react/pages/login.jsx')
-rw-r--r-- | web/react/pages/login.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/pages/login.jsx b/web/react/pages/login.jsx index 830f622fa..f78e0f37a 100644 --- a/web/react/pages/login.jsx +++ b/web/react/pages/login.jsx @@ -8,7 +8,6 @@ function setupLoginPage(props) { <Login teamDisplayName={props.TeamDisplayName} teamName={props.TeamName} - authServices={props.AuthServices} />, document.getElementById('login') ); |