SuperadminCredentials
SuperadminCredentials
These credentials will be used to create the Superadmin user & administrator when Vendure first bootstraps.
Signature
interface SuperadminCredentials {
identifier: string;
password: string;
}
These credentials will be used to create the Superadmin user & administrator when Vendure first bootstraps.
interface SuperadminCredentials {
identifier: string;
password: string;
}