fix: remove line-clamp from tailwind config

This commit is contained in:
Prad Nukala
2024-12-08 21:45:37 -05:00
parent 38ca7b246b
commit 5c3966a9d6
10 changed files with 162 additions and 37 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ func HandleRegisterStart(c echo.Context) error {
return echo.NewHTTPError(http.StatusInternalServerError, err.Error())
}
req := getLinkCredentialRequest(c, ks.Address(), handle, ks.UserJSON())
return response.TemplEcho(c, register.LinkCredentialView(req))
return response.TemplEcho(c, register.LinkCredentialView(ks.Address(), handle))
}
func HandleRegisterFinish(c echo.Context) error {