From 661dcf5d6429cfbcd247b2bc3216af64808af823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Brito=20Pacheco?= Date: Thu, 14 Dec 2017 11:57:49 +0100 Subject: [PATCH] Removed access key --- src/providers/survey/survey.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/providers/survey/survey.ts b/src/providers/survey/survey.ts index 8144b09..7ecf7ef 100644 --- a/src/providers/survey/survey.ts +++ b/src/providers/survey/survey.ts @@ -17,8 +17,8 @@ interface ItemsResponse { @Injectable() export class SurveyProvider { - private readonly ownerId: string = encodeURI("adrbrpa1988@gmail.com"); - private readonly accessKey: string = "425fe2280da8451bad033b8bde4919fb"; + private readonly ownerId: string = encodeURI("ownerId"); + private readonly accessKey: string = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; constructor(protected http: HttpClient) { //console.log('Hello SurveyProvider Provider');