work on new storage system
This commit is contained in:
parent
a259ee4a09
commit
7eddb0a879
6 changed files with 49 additions and 161 deletions
2
onionr/static-data/www/ui/dist/js/main.js
vendored
2
onionr/static-data/www/ui/dist/js/main.js
vendored
|
@ -704,7 +704,7 @@ if(tt !== null && tt !== undefined) {
|
|||
if(getWebPassword() === null) {
|
||||
var password = "";
|
||||
while(password.length != 64) {
|
||||
password = prompt("Please enter the web password (run `./RUN-LINUX.sh --get-password`)");
|
||||
password = prompt("Please enter the web password (run `./RUN-LINUX.sh --details`)");
|
||||
}
|
||||
|
||||
setWebPassword(password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue