This commit is contained in:
7
BimAI.UI.Shared/Services/GoogleAuthConfig.cs
Normal file
7
BimAI.UI.Shared/Services/GoogleAuthConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace BimAI.UI.Shared.Services;
|
||||
|
||||
// TODO it's a good place for this file?
|
||||
public class GoogleAuthConfig
|
||||
{
|
||||
public string ClientId { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user