feat(share): pass t for translations

This commit is contained in:
Elian Doran 2025-06-05 13:13:31 +03:00
parent ccff7baf95
commit b81be8f8d7
No known key found for this signature in database

View File

@ -167,7 +167,8 @@ function register(router: Router) {
subRoot,
assetPath: isDev ? assetPath : `../${assetPath}`,
appPath: isDev ? appPath : `../${appPath}`,
showLoginInShareTheme
showLoginInShareTheme,
t
};
let useDefaultView = true;