8 lines
188 B
Go
8 lines
188 B
Go
package templates
|
|
|
|
// LinkedProviderStatus is one row in the minimal account provider status view.
|
|
type LinkedProviderStatus struct {
|
|
Name string
|
|
Email string
|
|
Connected bool
|
|
}
|