Skip to content

Commit

Permalink
Quote style.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed Apr 11, 2016
1 parent 334ad6e commit cb320d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormpath/resources/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def build_id_site_redirect_url(self, callback_uri, path=None, state=None, logout
}

if sp_token is not None:
body["sp_token"] = sp_token
body['sp_token'] = sp_token

if organization_name_key is not None:
body['onk'] = organization_name_key
Expand Down

0 comments on commit cb320d5

Please sign in to comment.