Skip to content

Commit eeb7c32

Browse files
committed
Version 1.0.1 - Fixed login
1 parent 5fc579f commit eeb7c32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
abstract class ApplicationConstants {
2-
static const String APP_NAME = "BodyCal";
3-
static const String PARSE_APPLICATION_ID = "bodycaldb";
4-
static const String PARSE_MASTER_KEY = "343gf35g4t6hev445f4t5f45g45d";
5-
static const String PARSE_SERVER_URL = "https://bc-server.purewowstudio.com/parse/";
2+
static const String APP_NAME = "";
3+
static const String PARSE_APPLICATION_ID = "";
4+
static const String PARSE_MASTER_KEY = "";
5+
static const String PARSE_SERVER_URL = "";
66
}

0 commit comments

Comments
 (0)