Skip to content
Prev Previous commit
Next Next commit
fixup! Existing features just work in B2C. We added profile page only.
  • Loading branch information
rayluo committed Nov 1, 2019
commit 16d1a2f22a8fb238a36bfe13c25609c9a02e8957
2 changes: 1 addition & 1 deletion app_config_b2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

AUTHORITY = authority_template.format(
tenant=b2c_tenant, user_flow=signupsignin_user_flow)
PROFILE_AUTHORITY = authority_template.format(
B2C_PROFILE_AUTHORITY = authority_template.format(
tenant=b2c_tenant, user_flow=editprofile_user_flow)

CLIENT_ID = "Enter_the_Application_Id_here"
Expand Down