UpendoVentures / Upendo-DNN-Simple-Auth-Provider

This extension for DNN allows you to switch from the default DNN login, to use a more user-friendly approach that requires entering a code from your email account.
https://upendoventures.com/What/CMS/DNN
MIT License
2 stars 1 forks source link

PortalSettings Retrieval is not Consistent #38

Closed WillStrohl closed 1 year ago

WillStrohl commented 1 year ago

Sponsorship

If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:

Describe the bug

The logo processing logic was not using the same method to retrieve the PortalSettings. It also is using a less consistent method for getting the PortalAlias.

Software Versions

To Reproduce

Steps to reproduce the behavior:

N/A

Expected behavior

Use the DnnGlobal wrapper class.

Actual behavior

Use the DNN PortalController class directly.

Screenshots

N/A

Error log

N/A

Additional context

N/A