Skip to content

Commit

Permalink
fix(saas-signup): broken account verification
Browse files Browse the repository at this point in the history
related e49198e
  • Loading branch information
BreadGenie committed Jun 29, 2024
1 parent de446f2 commit 54ef1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/api/saas.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def validate_account_request(key):

app = frappe.db.get_value("Account Request", {"request_key": key}, "saas_app")
app_info = frappe.db.get_value(
"Saas Setup Account Generator", app, ["headless", "route"]
"Saas Setup Account Generator", app, ["headless", "route"], as_dict=True
)

if not app_info:
Expand Down

0 comments on commit 54ef1a3

Please sign in to comment.