Client Key is now hardcoded
This commit is contained in:
parent
e5faf9aeff
commit
7ecfd336f6
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ class Constants {
|
|||
|
||||
static const VERSION = "1.0.051524.1602";
|
||||
static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved";
|
||||
static const CLIENTPSK = "";
|
||||
static const CLIENTPSK =
|
||||
"f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246";
|
||||
|
||||
static const SERVICES_JSON =
|
||||
"https://raw.githubusercontent.com/AriasCreations/AriasCreations/main/services.json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue