Browse Source

Merge branch 'dev' into studio-dev

pull/10363/head
Yunus Emre Kalkan 4 years ago
parent
commit
cdd06d0bfc
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Auth/LoginInfo.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Auth/LoginInfo.cs

@ -12,5 +12,7 @@ namespace Volo.Abp.Cli.Auth
public string EmailAddress { get; set; }
public string Organization { get; set; }
public bool HasSourceCodeAccess { get; set; }
}
}

Loading…
Cancel
Save