Skip to content

Commit 9f6ad2f

Browse files
NilumilakHaarolean
authored andcommitted
feat: auth page
1 parent 8690677 commit 9f6ad2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/AuthPage/SignIn/BasicSignIn/BasicSignIn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function BasicSignIn() {
9191
disabled={!methods.formState.isValid}
9292
inProgress={isLoading}
9393
>
94-
Log in
94+
{!isLoading && 'Log in'}
9595
</Button>
9696
</S.Form>
9797
</FormProvider>

frontend/src/components/AuthPage/SignIn/OAuthSignIn/AuthCard/AuthCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function AuthCard({ serviceName, authPath, Icon = ServiceImage }: Props) {
3232
}}
3333
inProgress={isLoading}
3434
>
35-
Log in with {serviceName}
35+
{!isLoading && `Log in with ${serviceName}`}
3636
</S.ServiceButton>
3737
</S.AuthCardStyled>
3838
);

0 commit comments

Comments
 (0)