after refactor cleanup
This commit is contained in:
6
DiunaBI.UI.Shared/Services/GoogleAuthConfig.cs
Normal file
6
DiunaBI.UI.Shared/Services/GoogleAuthConfig.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DiunaBI.UI.Shared.Services;
|
||||
|
||||
public class GoogleAuthConfig
|
||||
{
|
||||
public string ClientId { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user