From 385f8a4e572afefe2bcb7d2bca9b6d6e3ddc4d8f Mon Sep 17 00:00:00 2001 From: Tiago Kayaya Date: Tue, 8 Sep 2020 14:28:57 +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 05a0eecbd..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: '', + defaultuser: 'tiago.kayaya', defaultuserpwd: 'tabteste@006' };