Skip to content

Commit

Permalink
feat: auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilumilak authored and Haarolean committed Dec 28, 2024
1 parent 8690677 commit 9f6ad2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function BasicSignIn() {
disabled={!methods.formState.isValid}
inProgress={isLoading}
>
Log in
{!isLoading && 'Log in'}
</Button>
</S.Form>
</FormProvider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function AuthCard({ serviceName, authPath, Icon = ServiceImage }: Props) {
}}
inProgress={isLoading}
>
Log in with {serviceName}
{!isLoading && `Log in with ${serviceName}`}
</S.ServiceButton>
</S.AuthCardStyled>
);
Expand Down

0 comments on commit 9f6ad2f

Please sign in to comment.