mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Change default user handle. Use async template renderer
This commit is contained in:
@ -48,8 +48,7 @@ const USER_DIRECTORY_TEMPLATE = Object.freeze({
|
||||
* @readonly
|
||||
*/
|
||||
const DEFAULT_USER = Object.freeze({
|
||||
uuid: '00000000-0000-0000-0000-000000000000',
|
||||
handle: 'user0',
|
||||
handle: 'default-user',
|
||||
name: 'User',
|
||||
created: Date.now(),
|
||||
password: '',
|
||||
|
Reference in New Issue
Block a user