696 bug -Icon parameter needs renamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1#697
Merged
Conversation
-Icon Parameter needs tenamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1
### Bug 696
### Examples
New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum'
New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum' -TimeStamp ([datetime]::Now)
### Additional Context
Left -Address as *. I change to localhost locally to avoid admin during test.
full_iis.ps1 example did not run for me as I do not yet have IIS setup. Will get IIS squared away for future testing.
Owner
|
LGTM, don't think GH actions likes it when only examples are updated so I'll force merge the PR 😂 Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Icon parameter needs renamed to
-AvatarUrlinfull_custom_auth.ps1andfull_iis.ps1#696
bug 🐛
Status: Open.
#696 In Badgerati/Pode.Web;· andmigque opened 34 minutes ago
Examples
Additional Context
Description of the Change
A clear and concise description of what has been changed.
Related Issue
A link/reference to the GitHub issue.
Examples
If relevant, include any examples of using what you have changed.
Additional Context
Add any other context or screenshots about the pull request request here.