|
@@ -2,5 +2,8 @@ template(name='connectionMethod')
|
|
|
div.at-form-authentication
|
|
|
label {{_ 'authentication-method'}}
|
|
|
select.select-authentication
|
|
|
- each authentications
|
|
|
- option(value="{{value}}") {{_ value}}
|
|
|
+ each authentications
|
|
|
+ if isSelected value
|
|
|
+ option(value="{{value}}" selected) {{_ value}}
|
|
|
+ else
|
|
|
+ option(value="{{value}}") {{_ value}}
|