Initial marketplace
This commit is contained in:
@@ -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"),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user