|
|
@ -2627,11 +2627,11 @@ func (db *datastore) GetIDForRemoteUser(ctx context.Context, remoteUserID, provi |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type oauthAccountInfo struct { |
|
|
|
type oauthAccountInfo struct { |
|
|
|
Provider string |
|
|
|
Provider string |
|
|
|
ClientID string |
|
|
|
ClientID string |
|
|
|
RemoteUserID string |
|
|
|
RemoteUserID string |
|
|
|
DisplayName string |
|
|
|
DisplayName string |
|
|
|
AllowDisconnect bool |
|
|
|
AllowDisconnect bool |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (db *datastore) GetOauthAccounts(ctx context.Context, userID int64) ([]oauthAccountInfo, error) { |
|
|
|
func (db *datastore) GetOauthAccounts(ctx context.Context, userID int64) ([]oauthAccountInfo, error) { |
|
|
|