mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Stricter handle cleanup
This commit is contained in:
@ -50,7 +50,7 @@ const DEFAULT_USER = Object.freeze({
|
||||
uuid: '00000000-0000-0000-0000-000000000000',
|
||||
handle: 'user0',
|
||||
name: 'User',
|
||||
created: 0,
|
||||
created: Date.now(),
|
||||
password: '',
|
||||
admin: true,
|
||||
enabled: true,
|
||||
|
Reference in New Issue
Block a user