Skip to content

Commit de35af0

Browse files
committed
Fix
1 parent 1d80c8e commit de35af0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

LIN.Cloud.Identity/Areas/Authentication/IntentsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ where a.Key.Equals(UserInformation.Unique, StringComparison.CurrentCultureIgnore
2929
where I.Expiración > timeNow
3030
select I).ToList();
3131

32-
// Retorna
32+
// Retorna.
3333
return new(Responses.Success, intentos);
3434
}
3535
catch (Exception)

LIN.Cloud.Identity/Services/Formats/Account.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static AccountModel Process(AccountModel baseAccount)
6969
Visibility = baseAccount.Visibility,
7070
IdentityId = 0,
7171
IsLINAdmin = false,
72+
AccountType = baseAccount.AccountType,
7273
Identity = new()
7374
{
7475
Id = 0,

0 commit comments

Comments
 (0)