Add button to conveniently copy OAuth code (#11065)
This commit is contained in:
		
							parent
							
								
									faafc3ae25
								
							
						
					
					
						commit
						c98573fdf9
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -1,4 +1,7 @@ | |||
| .form-container | ||||
|   .flash-message | ||||
|   .flash-message.simple_form | ||||
|     %p= t('doorkeeper.authorizations.show.title') | ||||
|     %input{ type: 'text', class: 'oauth-code', readonly: true, value: params[:code], onClick: 'select()' } | ||||
|     .input-copy | ||||
|       .input-copy__wrapper | ||||
|         %input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] } | ||||
|       %button{ type: :button }= t('generic.copy') | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue