Skip to content

Commit

Permalink
fix: remove sign in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisling-dev committed Jun 28, 2024
1 parent 6b3fd77 commit fb10294
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/multisig/src/layouts/Auth/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ const SignInPage: React.FC<Props> = ({ accounts }) => {
>
Sign In
</Button>
<div className="text-center mt-[24px] bg-orange-400/10 p-[16px] rounded-[12px] flex items-center">
<p className="text-[14px]">
Our team is aware of an outage and is working on a fix.
<br />
Please try again later if you can't sign in.
</p>
</div>
</form>
</section>
</div>
Expand Down

0 comments on commit fb10294

Please sign in to comment.