Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / account / loggedIn / data.js
1 function(e, r) {
2   return {
3     name : r.userCtx.name,
4     uri_name : encodeURIComponent(r.userCtx.name),
5     auth_db : encodeURIComponent(r.info.authentication_db)
6   };
7 }