Mark auth secret as secret
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
This commit is contained in:
Vendored
+1
@@ -25,6 +25,7 @@ export interface Config {
|
||||
/**
|
||||
* Secret shared by all backends for generating tokens
|
||||
* Format is base64 24-bit key
|
||||
* @visibility secret
|
||||
*/
|
||||
secret?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user