Skip to content

Commit d480924

Browse files
authored
Merge pull request #43 from projectsveltos/ui-fixes
update documentation link
2 parents a36477b + 13ddb7e commit d480924

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/modules/authentication/Authentication.tsx

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ export const Authentication = () => {
7070
<div className="grid gap-2">
7171
<Label htmlFor="token" className={"flex gap-2 items-center"}>
7272
Authorization Token
73-
<Tooltip>
74-
<TooltipTrigger>
75-
<QuestionMarkCircledIcon />
76-
</TooltipTrigger>
77-
<TooltipContent>
78-
<p>
79-
Please enter your JWT token, which typically starts with
80-
'ey'.
81-
</p>
82-
</TooltipContent>
83-
</Tooltip>
8473
</Label>
8574
<Input
8675
id="token"
@@ -98,7 +87,10 @@ export const Authentication = () => {
9887
</form>
9988
<div className="mt-4 text-center text-sm">
10089
Need help obtaining your token?
101-
<a href="#" className="underline mx-1">
90+
<a
91+
href="https://projectsveltos.github.io/sveltos/getting_started/install/dashboard/#authentication"
92+
className="underline mx-1"
93+
>
10294
Learn more
10395
</a>
10496
</div>

0 commit comments

Comments
 (0)