From b8e3623045d3616e6272997ef25b6503a9949ae5 Mon Sep 17 00:00:00 2001 From: Tiago Kayaya Date: Tue, 8 Sep 2020 15:00:55 +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..4fb899a73 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: 'tiago.kayaya', defaultuserpwd: 'tabteste@006' };