We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb3f5e commit fe4669cCopy full SHA for fe4669c
1 file changed
server/app.py
@@ -44,7 +44,7 @@ def get_auth_url():
44
# where <v2 scopes> is space delimited v2 scope specs (url encoded)
45
# e.g. patient/ExplanationOfBenefit.rs
46
redirect_url = (bb.generate_authorize_url(auth_data)
47
- + "&scope=patient%2FPatient.s%20patient%2FExplanationOfBenefit.rs")
+ + "&scope=patient%2FExplanationOfBenefit.rs")
48
return redirect_url
49
50
0 commit comments