Skip to content

Commit

Permalink
Merge pull request #1901 from anoadragon453/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
HelloZeroNet authored Feb 16, 2019
2 parents 89cc700 + c6bbe9e commit e89cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/disabled-Multiuser/MultiuserPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def responseUserLogin(self, master_seed):
if user.master_address:
script = "document.cookie = 'master_address=%s;path=/;max-age=2592000;';" % user.master_address
script += "zeroframe.cmd('wrapperReload', ['login=done']);"
self.cmd("notification", ["done", "Successfull login, reloading page..."])
self.cmd("notification", ["done", "Successful login, reloading page..."])
self.cmd("injectScript", script)
else:
self.cmd("notification", ["error", "Error: Invalid master seed"])
Expand Down

0 comments on commit e89cb4c

Please sign in to comment.