Fix some minor typos. (#6238)
This commit is contained in:
@@ -41,7 +41,7 @@ ${teamUrl}/home
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected render({ teamUrl }: Props) {
|
protected render({ teamUrl }: Props) {
|
||||||
const welcomLink = `${teamUrl}/home?ref=welcome-email`;
|
const welcomeLink = `${teamUrl}/home?ref=welcome-email`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<EmailTemplate previewText={this.preview()}>
|
<EmailTemplate previewText={this.preview()}>
|
||||||
@@ -64,7 +64,7 @@ ${teamUrl}/home
|
|||||||
</p>
|
</p>
|
||||||
<EmptySpace height={10} />
|
<EmptySpace height={10} />
|
||||||
<p>
|
<p>
|
||||||
<Button href={welcomLink}>Open {env.APP_NAME}</Button>
|
<Button href={welcomeLink}>Open {env.APP_NAME}</Button>
|
||||||
</p>
|
</p>
|
||||||
</Body>
|
</Body>
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export class Environment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The current envionment name.
|
* The current environment name.
|
||||||
*/
|
*/
|
||||||
@IsIn(["development", "production", "staging", "test"])
|
@IsIn(["development", "production", "staging", "test"])
|
||||||
public ENVIRONMENT = process.env.NODE_ENV ?? "production";
|
public ENVIRONMENT = process.env.NODE_ENV ?? "production";
|
||||||
@@ -442,7 +442,7 @@ export class Environment {
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OICD client credentials. To enable authentication with any
|
* OIDC client credentials. To enable authentication with any
|
||||||
* compatible provider.
|
* compatible provider.
|
||||||
*/
|
*/
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
|||||||
Reference in New Issue
Block a user