(AuthModule) Fixed: Wrong sign in page link

This commit is contained in:
sercan 2021-09-10 12:25:23 +03:00
parent 7b5217d009
commit 4d4b411f76

View File

@ -12,7 +12,7 @@
<div>Already have an account?</div>
<a
class="ml-1 text-primary-500 hover:underline"
[routerLink]="['/pages/authentication/sign-in']">Sign in
[routerLink]="['/sign-in']">Sign in
</a>
</div>