diff --git a/example/rp/index.html b/example/rp/index.html
index bef670ebd017a23aec6d333a0f25362f3a7f8b33..f417ac5dd577835092899b7ccdda85688c95c623 100644
--- a/example/rp/index.html
+++ b/example/rp/index.html
@@ -153,7 +153,7 @@ function checkAssertion(assertion) {
 };
 
 navigator.id.watch({
-  loggedInEmail: (storage.loggedInUser === 'null') ? null : storage.loggedInUser,
+  loggedInUser: (storage.loggedInUser === 'null') ? null : storage.loggedInUser,
   onready: function () {
     loggit("onready");
     var txt = serial++ + ' navigator.id ready at ' + (new Date).toString();