Skip to content

Commit

Permalink
Changing dialog placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
avasconcelos114 committed May 31, 2021
1 parent 1479c7c commit e1ea0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
docker tag ghcr.io/wanteddev/lighthouse:${{github.event.release.tag_name}} ghcr.io/wanteddev/lighthouse:latest
docker push ghcr.io/wanteddev/lighthouse:latest
if: "!github.event.release.prerelease"
if: "github.event.release.prerelease != true"
4 changes: 2 additions & 2 deletions src/utils/responseBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function generateAuditDialog(is_schedule) {
action_id: 'cookie_name',
placeholder: {
type: 'plain_text',
text: 'jwt_token'
text: 'jwt'
}
},
label: {
Expand All @@ -167,7 +167,7 @@ function generateAuditDialog(is_schedule) {
action_id: 'cookie_value',
placeholder: {
type: 'plain_text',
text: 'jwt_token'
text: 'ofma3103dSFNsUJasn311ndSN...'
}
},
label: {
Expand Down

0 comments on commit e1ea0a9

Please sign in to comment.