Skip to content

Commit

Permalink
CB-5738 redesigns use api token feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Oct 26, 2024
1 parent 01ebb3e commit 5094c66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class UserProfileSettingsPluginBootstrap extends Bootstrap {
this.userProfileTabsService.tabContainer.add({
key: SETTINGS_TAB_ID,
name: 'plugin_user_profile_settings_tab_label',
order: 2,
order: 3,
panel: () => UserProfileSettings,
});

Expand Down

0 comments on commit 5094c66

Please sign in to comment.