mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="flex-container flexFlowColumn">
 | 
						|
    <h3 data-i18n="Are you sure you want to delete this user?">
 | 
						|
        Are you sure you want to delete this user?
 | 
						|
    </h3>
 | 
						|
    <div>
 | 
						|
        <span data-i18n="Deleting:">Deleting:</span>
 | 
						|
        <strong id="deleteUserName"></strong>
 | 
						|
    </div>
 | 
						|
    <label class="checkbox_label justifyCenter" for="deleteUserData">
 | 
						|
        <input id="deleteUserData" name="deleteUserData" type="checkbox">
 | 
						|
        <span data-i18n="Also wipe user data.">Also wipe user data.</span>
 | 
						|
    </label>
 | 
						|
    <hr>
 | 
						|
    <div>
 | 
						|
        <strong data-i18n="Warning:">Warning:</strong>
 | 
						|
        <span data-i18n="This action is irreversible.">This action is irreversible.</span>
 | 
						|
    </div>
 | 
						|
    <div>
 | 
						|
        <label for="deleteUserHandle">
 | 
						|
            <strong data-i18n="Type the user's handle below to confirm:">
 | 
						|
                Type the user's handle below to confirm:
 | 
						|
            </strong>
 | 
						|
        </label>
 | 
						|
        <input id="deleteUserHandle" name="deleteUserHandle" type="text" class="text_pole" placeholder="[ Type here ]">
 | 
						|
    </div>
 | 
						|
</div>
 |