File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Controllers/Authorization Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 170
170
</constraints >
171
171
<color key =" textColor" white =" 1" alpha =" 1" colorSpace =" calibratedWhite" />
172
172
<fontDescription key =" fontDescription" name =" Aguda-Regular2" family =" Aguda" pointSize =" 18" />
173
- <textInputTraits key =" textInputTraits" />
173
+ <textInputTraits key =" textInputTraits" secureTextEntry = " YES " />
174
174
</textField >
175
175
<button opaque =" NO" contentMode =" scaleToFill" contentHorizontalAlignment =" center" contentVerticalAlignment =" center" buttonType =" roundedRect" lineBreakMode =" middleTruncation" translatesAutoresizingMaskIntoConstraints =" NO" id =" f8B-qj-aFx" >
176
176
<fontDescription key =" fontDescription" name =" Aguda-Regular2" family =" Aguda" pointSize =" 23" />
293
293
</constraints >
294
294
<color key =" textColor" white =" 1" alpha =" 1" colorSpace =" calibratedWhite" />
295
295
<fontDescription key =" fontDescription" name =" Aguda-Regular2" family =" Aguda" pointSize =" 18" />
296
- <textInputTraits key =" textInputTraits" />
296
+ <textInputTraits key =" textInputTraits" secureTextEntry = " YES " />
297
297
</textField >
298
298
</subviews >
299
299
</stackView >
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ class PromoterLoginViewController: UIViewController {
54
54
print ( " User signed: \( user) " )
55
55
} , onError: { ( error) in
56
56
print ( " Caught an error: \( error) " )
57
- } )
57
+ } , onCompleted: {
58
+ print ( " completed " )
59
+ } )
58
60
. addDisposableTo ( disposeBag)
59
61
}
60
62
Original file line number Diff line number Diff line change @@ -19,4 +19,8 @@ class Token: Mappable {
19
19
func mapping( map: Map ) {
20
20
token <- map [ " token " ]
21
21
}
22
+
23
+ init ( ) {
24
+
25
+ }
22
26
}
You can’t perform that action at this time.
0 commit comments