Update Electron Expiration (#1844)
This commit is contained in:
parent
662b0d0925
commit
120791e75b
|
@ -16,9 +16,9 @@ export const N_FACTOR = 8192;
|
|||
|
||||
// Bricks the app once this date has been exceeded. Remember to update these 2
|
||||
// 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
|
||||
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.
|
||||
// Type can be primary, warning, danger, success, info, or blank for grey.
|
||||
|
|
Loading…
Reference in New Issue