File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h1>{{appname}} for {{service}}</h1>
25
25
< p > Type in the CLI token</ p >
26
26
< form action ="/cli-token-login " method ="POST ">
27
27
< input type ="hidden " id ="id " name ="id " value ="{{id}} " />
28
- < input type ="text " id ="token " name ="token " />
28
+ < input class =" form-control " type ="text " id ="token " name ="token " required />
29
29
< br />
30
30
< br />
31
31
< input class ="btn btn-primary btn-lg " role ="button " type ="submit " value ="Login " />
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1>{{appname}}</h1>
24
24
25
25
< p > Type in the AuthID to revoke</ p >
26
26
< form action ="/revoked " method ="POST ">
27
- < input type ="text " id ="authid " name ="authid " />
27
+ < input class =" form-control " type ="text " id ="authid " name ="authid " required />
28
28
< br />
29
29
< br />
30
30
< input class ="btn btn-primary btn-lg " role ="button " type ="submit " value ="Revoke AuthID " />
You can’t perform that action at this time.
0 commit comments