Initial marketplace
This commit is contained in:
@@ -34,6 +34,7 @@ func (l *LoginPage) getLoginPage() gomponents.Group {
|
|||||||
A(
|
A(
|
||||||
Href(OpenIdConnectPath),
|
Href(OpenIdConnectPath),
|
||||||
Button(
|
Button(
|
||||||
|
Class("btn btn-primary"),
|
||||||
Type("button"),
|
Type("button"),
|
||||||
gomponents.Text("Login"),
|
gomponents.Text("Login"),
|
||||||
),
|
),
|
||||||
@@ -43,6 +44,7 @@ func (l *LoginPage) getLoginPage() gomponents.Group {
|
|||||||
A(
|
A(
|
||||||
Href(l.googleLoginUrl),
|
Href(l.googleLoginUrl),
|
||||||
Button(
|
Button(
|
||||||
|
Class("btn btn-primary"),
|
||||||
Type("button"),
|
Type("button"),
|
||||||
gomponents.Text("Google Login"),
|
gomponents.Text("Google Login"),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user