Skip to content

Commit

Permalink
Add a public key selector to the root password screen
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 29, 2018
1 parent 4cf06c6 commit 1b97c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/users/dialogs/inst_root_first.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
require "users/widgets"
require "users/ca_password_validator"
require "users/local_password"
require "users/widgets/public_key_selector"

require "ui/widgets"

Expand Down Expand Up @@ -73,7 +74,9 @@ def content
VBox(
::Users::PasswordWidget.new(focus: true),
VSpacing(2.4),
::UI::Widgets::KeyboardLayoutTest.new
::UI::Widgets::KeyboardLayoutTest.new,
VSpacing(2.4),
::Y2Users::Widgets::PublicKeySelector.new,
)
),
VStretch()
Expand Down

0 comments on commit 1b97c5b

Please sign in to comment.