- fix: auth renew and null fix
This commit is contained in:
@@ -5,8 +5,8 @@ using Nebula.Shared.Services;
|
||||
|
||||
namespace Nebula.Launcher.Models.Auth;
|
||||
|
||||
public sealed record ProfileAuthCredentials(
|
||||
AuthTokenCredentials Credentials,
|
||||
public sealed record ProfileEntry(
|
||||
ProfileAuthCredentials Credentials,
|
||||
string AuthName,
|
||||
[property: JsonIgnore] ICommand OnSelect = default!,
|
||||
[property: JsonIgnore] ICommand OnDelete = default!);
|
||||
Reference in New Issue
Block a user