fix: set correct URLS to EULAs
This commit is contained in:
Родитель
804e364794
Коммит
e868cca9ba
|
@ -108,8 +108,8 @@ export const ERROR_MESSAGES = {
|
|||
};
|
||||
|
||||
export class EulaConstants {
|
||||
public static eulaUrl = "https://github.com/ProgressNS/sidekick-eula/blob/master/EULA.pdf";
|
||||
public static kinveyEulaUrl = "https://github.com/ProgressNS/sidekick-eula/blob/master/kinvey-free-eula.pdf";
|
||||
public static eulaUrl = "https://github.com/ProgressNS/sidekick-eula/raw/master/EULA.pdf";
|
||||
public static kinveyEulaUrl = "https://github.com/ProgressNS/sidekick-eula/raw/master/kinvey-free-eula.pdf";
|
||||
public static acceptedEulaHashKey = "acceptedEulaHash";
|
||||
public static acceptedKinveyEulaHashKey = "acceptedKinveyEulaHash";
|
||||
public static timeout = 60000;
|
||||
|
|
Загрузка…
Ссылка в новой задаче