Skip to content

Commit

Permalink
sign in email send correctly to users who register without google acc…
Browse files Browse the repository at this point in the history
…ount
  • Loading branch information
Oskar Kocjan authored and abhidg committed Sep 26, 2022
1 parent 4d08d77 commit aa9388c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default class EmailClient {
subject: string,
message: string,
): Promise<unknown> {

if (this.serviceEnv == 'locale2e') {
return;
}
Expand Down
4 changes: 2 additions & 2 deletions verification/curator-service/api/src/util/instance-details.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const urlMap: { [idx: string]: { [idx: string]: string } } = {
'covid-19': {
'COVID-19': {
local: 'http://localhost:3002',
dev: 'https://dev-data.covid-19.global.health',
qa: 'https://qa-data.covid-19.global.health',
Expand All @@ -12,7 +12,7 @@ export function baseURL(disease: string, environment: string): string {
}

const welcomeMessages: { [idx: string]: string } = {
'covid-19': `<p>Thank you for registering with Global.health! We're thrilled to have you join our international community and mission to advance the global response to infectious diseases through the sharing of trusted and open public health data.</p>
'COVID-19': `<p>Thank you for registering with Global.health! We're thrilled to have you join our international community and mission to advance the global response to infectious diseases through the sharing of trusted and open public health data.</p>
<p>Here are a few things you can do:</p>
<ul>
<li>Filter and export <a href="https://data.covid-19.global.health">G.h Data</a> containing detailed information on over 50 million anonymized COVID-19 cases from over 100 countries.</li>
Expand Down

0 comments on commit aa9388c

Please sign in to comment.