File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
src/modules/authentication Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,6 @@ export const Authentication = () => {
70
70
< div className = "grid gap-2" >
71
71
< Label htmlFor = "token" className = { "flex gap-2 items-center" } >
72
72
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 >
84
73
</ Label >
85
74
< Input
86
75
id = "token"
@@ -98,7 +87,10 @@ export const Authentication = () => {
98
87
</ form >
99
88
< div className = "mt-4 text-center text-sm" >
100
89
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
+ >
102
94
Learn more
103
95
</ a >
104
96
</ div >
You can’t perform that action at this time.
0 commit comments