mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 22:26:18 +00:00
Show forge icons in UI (#987)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user