Add FrontEnd visibility to Google Auth Provider

Signed-off-by: Daniel Laird <daniel.laird@ovo.com>
This commit is contained in:
Daniel Laird
2024-10-25 06:35:13 +01:00
parent 15e88649ea
commit 8b755dcfa4
@@ -18,6 +18,7 @@ export interface Config {
/** Configuration options for the auth plugin */
auth?: {
providers?: {
/** @visibility frontend */
google?: {
[authEnv: string]: {
clientId: string;