Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix primary color on login two factor page * Fix styling * wip * Force primary color from current panel --------- Co-authored-by: Baspa <[email protected]>
- Loading branch information
8b12742
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces a bug:
htmlspecialchars(): Argument #1 ($string) must be of type string, array given
in this method from vendor/laravel/framework/src/Illuminate/Support/helpers.php :
Called from this blade component:
The value passed into e() is expected to be a string. But filement()->getCurrentPanel()->getColors()['primary'] is an array