Send useful URLs to the front-end

This commit is contained in:
Bubka
2024-09-20 10:43:07 +02:00
parent 189f02ae9e
commit 4d56e74b6f
4 changed files with 9 additions and 0 deletions

1
resources/js/app.js vendored
View File

@ -16,6 +16,7 @@ const $2fauth = {
isDemoApp: window.isDemoApp,
isTestingApp: window.isTestingApp,
langs: window.appLocales,
urls: window.urls,
}
app.provide('2fauth', readonly($2fauth))