mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add ability for users to convert their password login type to oauth/github login (#8105)
* Currently toggled by experiment flag --------- Co-authored-by: Bruno Quaresma <bruno@coder.com>
This commit is contained in:
@ -17,7 +17,8 @@ type Auditable interface {
|
||||
database.WorkspaceBuild |
|
||||
database.AuditableGroup |
|
||||
database.License |
|
||||
database.WorkspaceProxy
|
||||
database.WorkspaceProxy |
|
||||
database.AuditOAuthConvertState
|
||||
}
|
||||
|
||||
// Map is a map of changed fields in an audited resource. It maps field names to
|
||||
|
Reference in New Issue
Block a user