Add FrontEnd visibility to Google Auth Provider
Signed-off-by: Daniel Laird <daniel.laird@ovo.com>
This commit is contained in:
@@ -18,6 +18,7 @@ export interface Config {
|
||||
/** Configuration options for the auth plugin */
|
||||
auth?: {
|
||||
providers?: {
|
||||
/** @visibility frontend */
|
||||
google?: {
|
||||
[authEnv: string]: {
|
||||
clientId: string;
|
||||
|
||||
Reference in New Issue
Block a user