Skip to content

Commit

Permalink
Merge pull request #1172 from GluuFederation/admin-ui-issue-1171
Browse files Browse the repository at this point in the history
fix: ssa upload not working in admin-ui #1171
  • Loading branch information
jv18creator authored Jul 6, 2023
2 parents 18027c0 + 02025df commit 12477d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/redux/api/LicenseApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class LicenseApi {
}
uploadSSAtoken = (data) => {
const option = {}
option['sSARequest'] = data
option['sSARequest'] = data.payload
return new Promise((resolve, reject) => {
this.api.adminuiPostSsa(option, (error, data) => {
handleResponse(error, reject, resolve, data)
Expand Down

0 comments on commit 12477d8

Please sign in to comment.