Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-11-23 14:38:11 +00:00
commit 963af6aff0

View File

@ -125,7 +125,7 @@ export class Auth {
* use {@link Auth#locale} instead
*/
getLocale() {
return this.getOption('locale');
return this.getOption('locale') || 'en-US';
}
/**