|
@@ -35,7 +35,7 @@ returns
|
|
# get linked accounts
|
|
# get linked accounts
|
|
attributes['accounts'] = {}
|
|
attributes['accounts'] = {}
|
|
authorizations = self.authorizations()
|
|
authorizations = self.authorizations()
|
|
- authorizations.each do | authorization |
|
|
|
|
|
|
+ authorizations.each do |authorization|
|
|
attributes['accounts'][authorization.provider] = {
|
|
attributes['accounts'][authorization.provider] = {
|
|
uid: authorization[:uid],
|
|
uid: authorization[:uid],
|
|
username: authorization[:username]
|
|
username: authorization[:username]
|