feat(auth): signupm, forgot passowrd, reset password all added
This commit is contained in:
@@ -21,16 +21,17 @@ export default function Nav() {
|
||||
<div className="m-1">
|
||||
<ModeToggle />
|
||||
</div>
|
||||
{/* <div className="mr-1 ml-1">
|
||||
{settings.length > 0 && (
|
||||
<div className="m-1">
|
||||
<Button>
|
||||
<a
|
||||
href={`https://${server[0].value}.alpla.net/lst/d`}
|
||||
href={`${window.location.origin}/lst/d`}
|
||||
target="_blank"
|
||||
>
|
||||
LST - Docs |
|
||||
LST - Docs
|
||||
</a>
|
||||
)}
|
||||
</div> */}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
{session ? (
|
||||
<div className="m-1">
|
||||
<DropdownMenu>
|
||||
|
||||
Reference in New Issue
Block a user