feat: rename app provider to application provider across codebase and update terminology
This commit is contained in:
@@ -146,7 +146,7 @@ class DemoWorkflow {
|
||||
showNotification('Demo: Navigating to App Provider dashboard...', 'info');
|
||||
|
||||
setTimeout(() => {
|
||||
if (window.location.pathname !== '/dashboard/app-provider') {
|
||||
if (window.location.pathname !== '/dashboard/application-provider') {
|
||||
showNotification('Please navigate to the App Provider dashboard to continue the demo', 'warning');
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user