We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9b7a2 commit 9272b54Copy full SHA for 9272b54
apps/dot_ext/views/authorization.py
@@ -171,7 +171,7 @@ def form_valid(self, form):
171
application_available_scopes = CapabilitiesScopes().get_available_scopes(application=application)
172
173
# Set scopes to those available to application and beneficiary demographic info choices
174
- if share_demographic_scopes:
+ if share_demographic_scopes == "True":
175
scopes = ' '.join(
176
[s for s in scopes.split(" ") if s in application_available_scopes]
177
)
0 commit comments