Skip to content

Commit 520b9c4

Browse files
refresh listing when saml user is added
1 parent de6637d commit 520b9c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/iam/AddUser.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ export default {
357357
entityid: values.samlentity,
358358
userid: user.id
359359
}).then(response => {
360+
this.$emit('refresh-data')
360361
this.$notification.success({
361362
message: this.$t('label.samlenable'),
362363
description: this.$t('message.success.enable.saml.auth')

0 commit comments

Comments
 (0)