Skip to content

Commit c542ab3

Browse files
author
Richard Jones
committed
fix non-instant rego
1 parent 0525c25 commit c542ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/cgi/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ def handle(self):
864864
return self.finishRego()
865865

866866
# generate the one-time-key and store the props for later
867+
user_props = props[('user', None)]
867868
for propname, proptype in self.db.user.getprops().items():
868869
value = user_props.get(propname, None)
869870
if value is None:

0 commit comments

Comments
 (0)