rename boarding to onboarding

This commit is contained in:
Andras Bacsai
2024-03-13 12:11:37 +01:00
parent 5c1c71c625
commit 6cb3df9350
7 changed files with 12 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ function allowedPathsForBoardingAccounts()
{
return [
...allowedPathsForUnsubscribedAccounts(),
'boarding',
'onboarding',
'livewire/update'
];
}