Skip to content

Commit

Permalink
Merge pull request #213 from swiftss-org/staging
Browse files Browse the repository at this point in the history
fix: login hotfix
  • Loading branch information
whosyourtaco committed Nov 22, 2022
2 parents 1d7a43c + 5966393 commit 1fdf550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/Login/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
/** @jsxImportSource @emotion/react */
import React from 'react';

import Notifications from 'components/Notifications';

import LoginForm from './components/LoginForm';
import { Subtitle, TextContainer, Title, Wrapper } from './Login.style';

const Login: React.FC = () => {
return (
<Wrapper>
{/*<Notifications />*/}
<Notifications />
<TextContainer>
<Title>Welcome!</Title>
<Subtitle>Please sign in using your credentials to access your account.</Subtitle>
Expand Down

0 comments on commit 1fdf550

Please sign in to comment.