From 0265103cd1a27bf2fc008d04c5f4460831f44972 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 15 May 2020 15:34:51 +0200 Subject: [PATCH] Bump drive version at registration --- customize.dist/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/login.js b/customize.dist/login.js index 3954aa1e2..0e46981ea 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -357,7 +357,7 @@ define([ if (shouldImport) { setMergeAnonDrive(); } else { - proxy.version = 6; + proxy.version = 10; } Feedback.send('REGISTRATION', true);