Skip to content

Commit

Permalink
removed extra lines in flow instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Jan 27, 2025
1 parent d18f2bd commit dfdd4a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ func (fm *FlowManager) stepCSversionGreaterthan9() flow.Step {
fmt.Sprintf(" - **Redirect URL**: `%s`\n", redirectURL) +
" - **Application Permissions**: `Admin`\n" +
" Select **Continue**.\n" +
"5. Copy the `clientID` and `clientSecret` from **Settings**, and paste them into the modal in Mattermost which can be opened by using the `/confluence config add` slash command.\n" +
"6. In Mattermost, use the `/confluence connect {{ .ConfluenceURL }} admin` slash command to connect your Mattermost account with your Confluence admin account and save the token of the admin to handle admin-restricted functions.\n" +
"7. Use the `/confluence connect` slash command to connect your Mattermost account with your Confluence account for all other users.\n" +
"If you see an option to create a Confluence issue, you're all set! If not, refer to our [documentation](https://mattermost.gitbook.io/plugin-confluence) for troubleshooting help.",
"5. Copy the `clientID` and `clientSecret` from **Settings**, and paste them into the modal in Mattermost which can be opened by using the `/confluence config add` slash command.",
).
WithButton(continueButton(stepOAuthInput))
}
Expand Down

0 comments on commit dfdd4a4

Please sign in to comment.