From 531c2df9a8bd1914586813d0b847f510c0f06f00 Mon Sep 17 00:00:00 2001 From: Tiago Kayaya Date: Tue, 8 Sep 2020 14:28:39 +0100 Subject: [PATCH] save --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index dd2e51b11..05a0eecbd 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,7 +6,7 @@ export const environment = { production: false, apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/', domain: 'gabinetedigital.local', - defaultuser: 'paulo.pinto', + defaultuser: '', defaultuserpwd: 'tabteste@006' };