We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've set the Kirby configuration option for the panel slug: 'panel' => ['slug' => 'backend']
Unfortunately, the plugin redirects to /panel after the oAuth process, ignoring the custom slug setting.
Code Example:
Here's the relevant part of the plugin's code, class Controller:
private function goToPanel() { go("panel"); }
Expected Behavior:
The plugin should read the Kirby configuration setting for panel.slug and use that instead of hardcoding the /panel path.
Steps to Reproduce:
Suggested Fix:
Modify the plugin to read the Kirby configuration setting for panel.slug and use that value for redirection.
Thank you for considering this enhancement.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've set the Kirby configuration option for the panel slug:
'panel' => ['slug' => 'backend']
Unfortunately, the plugin redirects to /panel after the oAuth process, ignoring the custom slug setting.
Code Example:
Here's the relevant part of the plugin's code, class Controller:
Expected Behavior:
The plugin should read the Kirby configuration setting for panel.slug and use that instead of hardcoding the /panel path.
Steps to Reproduce:
Suggested Fix:
Modify the plugin to read the Kirby configuration setting for panel.slug and use that value for redirection.
Thank you for considering this enhancement.
The text was updated successfully, but these errors were encountered: