mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
fix: add orgslug=default to login
This commit is contained in:
parent
3b60ec5547
commit
a78baad41b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ function OpenSignUpComponent() {
|
|||
<div className="font-bold text-sm">{message}</div>
|
||||
</div>
|
||||
<hr className="border-green-900/20 800 w-40 border" />
|
||||
<Link className="flex space-x-2 items-center" href={'/login'}>
|
||||
<Link className="flex space-x-2 items-center" href={`/login??orgslug=${org?.slug}`}>
|
||||
<User size={14} /> <div>Login </div>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue