mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Merge pull request #1153 from TriliumNext/feat_autofocus-protected-note
feat/fix(protected_session): input improvements
This commit is contained in:
		
						commit
						df47198616
					
				@ -20,7 +20,7 @@ const TPL = `
 | 
			
		||||
    <form class="protected-session-password-form">
 | 
			
		||||
        <div class="form-group">
 | 
			
		||||
            <label for="protected-session-password-in-detail">${t("protected_session.enter_password_instruction")}</label>
 | 
			
		||||
            <input class="protected-session-password-in-detail form-control protected-session-password" type="password">
 | 
			
		||||
            <input id="protected-session-password-in-detail" class="form-control protected-session-password" type="password" autofocus>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <button class="btn btn-primary">${t("protected_session.start_session_button")}</button>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user