mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 20:17:11 +00:00
(AuthModule) Fixed: Wrong sign in page link
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user