File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 973
973
</customSpacing >
974
974
</stackView >
975
975
<stackView distribution =" fill" orientation =" horizontal" alignment =" top" horizontalStackHuggingPriority =" 249.99998474121094" verticalStackHuggingPriority =" 249.99998474121094" detachesHiddenViews =" YES" translatesAutoresizingMaskIntoConstraints =" NO" id =" F9V-qA-F54" >
976
- <rect key =" frame" x =" 0.0" y =" 381" width =" 368 " height =" 27" />
976
+ <rect key =" frame" x =" 0.0" y =" 381" width =" 425 " height =" 27" />
977
977
<subviews >
978
978
<textField horizontalHuggingPriority =" 251" verticalHuggingPriority =" 750" translatesAutoresizingMaskIntoConstraints =" NO" id =" cX6-iR-xHs" >
979
979
<rect key =" frame" x =" -2" y =" 11" width =" 148" height =" 16" />
984
984
</textFieldCell >
985
985
</textField >
986
986
<segmentedControl verticalHuggingPriority =" 750" translatesAutoresizingMaskIntoConstraints =" NO" id =" ato-Jb-i4X" >
987
- <rect key =" frame" x =" 150" y =" 4" width =" 220 " height =" 24" />
987
+ <rect key =" frame" x =" 150" y =" 4" width =" 277 " height =" 24" />
988
988
<segmentedCell key =" cell" borderStyle =" border" alignment =" left" segmentDistribution =" fill" style =" rounded" trackingMode =" selectOne" id =" 9aL-a9-bRn" >
989
989
<font key =" font" metaFont =" system" />
990
990
<segments >
991
991
<segment label =" Select" selected =" YES" />
992
992
<segment label =" Login" tag =" 1" />
993
993
<segment label =" Consent" />
994
994
<segment label =" Create" />
995
+ <segment label =" Default" />
995
996
</segments >
996
997
</segmentedCell >
997
998
</segmentedControl >
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ - (MSALPromptType)promptType
191
191
return MSALPromptTypeConsent;
192
192
if ([promptType isEqualToString: @" Create" ])
193
193
return MSALPromptTypeCreate;
194
+ if ([promptType isEqualToString: @" Default" ])
195
+ return MSALPromptTypeDefault;
194
196
195
197
@throw @" Do not recognize prompt behavior" ;
196
198
}
You can’t perform that action at this time.
0 commit comments