Initial marketplace

This commit is contained in:
Achim Rohn
2025-07-27 23:17:29 +02:00
parent dc1719b309
commit c968606c35
+2
View File
@@ -34,6 +34,7 @@ func (l *LoginPage) getLoginPage() gomponents.Group {
A(
Href(OpenIdConnectPath),
Button(
Class("btn btn-primary"),
Type("button"),
gomponents.Text("Login"),
),
@@ -43,6 +44,7 @@ func (l *LoginPage) getLoginPage() gomponents.Group {
A(
Href(l.googleLoginUrl),
Button(
Class("btn btn-primary"),
Type("button"),
gomponents.Text("Google Login"),
),