Skip to content

Commit ac3c03d

Browse files
committed
replacing \r
1 parent 58f2706 commit ac3c03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.prodlegacy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const environment = {
88

99
export const AUTHORITY = process.env["AUTHORITY"];
1010
export const CLIENT_ID = process.env["CLIENT_ID"];
11-
export const CLIENT_URL = process.env["CLIENT_URL"];
11+
export const CLIENT_URL = process.env["CLIENT_URL"].replace(/[\n\r]/g, '');
1212
export const SCOPES = process.env["SCOPES"].split(",");
1313
export const ITEMS_PER_PAGE = 5;
1414
export const STACK_EXCHANGE_ID = process.env["STACK_EXCHANGE_ID"];

0 commit comments

Comments
 (0)