mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-25 18:38:51 +00:00
Update Electron Expiration (#1844)
This commit is contained in:
parent
352473ac9f
commit
693e1972e5
@ -16,9 +16,9 @@ export const N_FACTOR = 8192;
|
|||||||
|
|
||||||
// Bricks the app once this date has been exceeded. Remember to update these 2
|
// Bricks the app once this date has been exceeded. Remember to update these 2
|
||||||
// whenever making a new app release.
|
// whenever making a new app release.
|
||||||
// It is currently set to: 05/25/2018 @ 12:00am (UTC)
|
// It is currently set to: Wednesday, July 25, 2018 12:00:00 AM (GMT)
|
||||||
// TODO: Remove me once app alpha / release candidates are done
|
// TODO: Remove me once app alpha / release candidates are done
|
||||||
export const APP_ALPHA_EXPIRATION = 1527206400000;
|
export const APP_ALPHA_EXPIRATION = 1532476800000;
|
||||||
|
|
||||||
// Displays at the top of the site, make message empty string to remove.
|
// Displays at the top of the site, make message empty string to remove.
|
||||||
// Type can be primary, warning, danger, success, info, or blank for grey.
|
// Type can be primary, warning, danger, success, info, or blank for grey.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user