Show forge icons in UI (#987)

This commit is contained in:
qwerty287
2022-06-17 20:14:01 +02:00
committed by GitHub
parent 99f1b70570
commit 42c745362b
13 changed files with 84 additions and 4 deletions

View File

@@ -74,6 +74,11 @@ type Coding struct {
SkipVerify bool
}
// Name returns the string name of this driver
func (c *Coding) Name() string {
return "coding"
}
// Login authenticates the session and returns the
// remote user details.
func (c *Coding) Login(ctx context.Context, res http.ResponseWriter, req *http.Request) (*model.User, error) {