Fix profile in read-only mode

This commit is contained in:
yflory
2017-12-12 12:06:31 +01:00
parent b06b2dbafc
commit a863011a0c
4 changed files with 9 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ define([
getSecrets: getSecrets,
noHash: true, // Don't add the hash in the URL if it doesn't already exist
addRpc: addRpc,
noRealtime: !localStorage.User_hash
});
});
});