diff --git a/TSC2/Components/CSharp/Credentials.cs b/TSC2/Components/CSharp/Credentials.cs new file mode 100644 index 0000000..1e54f08 --- /dev/null +++ b/TSC2/Components/CSharp/Credentials.cs @@ -0,0 +1,8 @@ +namespace TSC2.Components.CSharp +{ + public class Credentials + { + public static string GoogleClientId = "656434530552-03u6d8t2lpf1phuq6qkq0getfh9d7di9.apps.googleusercontent.com"; + public static string GoogleClientSecret = "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"; + } +} diff --git a/TSC2/Components/Layout/MainLayout.razor b/TSC2/Components/Layout/MainLayout.razor index f5538e8..0a64380 100644 --- a/TSC2/Components/Layout/MainLayout.razor +++ b/TSC2/Components/Layout/MainLayout.razor @@ -8,14 +8,25 @@
- +