mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Update constants.
This commit is contained in:
parent
5075edbd77
commit
b7cd3b1046
1 changed files with 5 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ kSyncBackoffNotMet: "Trying to sync before the server said it
|
|||
kFirstSyncChoiceNotMade: "User has not selected an action for first sync",
|
||||
|
||||
// Application IDs
|
||||
FIREFOX_ID: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
|
||||
FIREFOX_ID: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
|
||||
PALEMOON_ID: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
|
||||
FENNEC_ID: "{a23983c0-fd0e-11dc-95ff-0800200c9a66}",
|
||||
SEAMONKEY_ID: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
|
||||
TEST_HARNESS_ID: "xuth@mozilla.org",
|
||||
|
|
@ -181,6 +182,9 @@ TEST_HARNESS_ID: "xuth@mozilla.org",
|
|||
MIN_PP_LENGTH: 12,
|
||||
MIN_PASS_LENGTH: 8,
|
||||
|
||||
DEVICE_TYPE_DESKTOP: "desktop",
|
||||
DEVICE_TYPE_MOBILE: "mobile",
|
||||
|
||||
LOG_DATE_FORMAT: "%Y-%m-%d %H:%M:%S",
|
||||
|
||||
})) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue