Skip to content

Commit

Permalink
feat: update web to support the DigitalOcean provider
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Aug 9, 2024
1 parent e92d409 commit f797069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ var (
Email: true,
Password: true,
},
{
Name: DIGITALOCEAN,

Check failure on line 115 in internal/utils/constants.go

View workflow job for this annotation

GitHub Actions / Auto triggered CI job

File is not `goimports`-ed (goimports)
LoginToken: true,
},
{
Name: DUCK,
LoginToken: true,
Expand Down

0 comments on commit f797069

Please sign in to comment.