Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EP-2362 - Okta #1080
base: master
Are you sure you want to change the base?
EP-2362 - Okta #1080
Changes from 68 commits
a88bdc4
f587856
fc6ecd2
4eb1ee8
f640594
5a1d441
157e06e
f33851f
6af8436
7d74159
82c3a7d
f7b4d1a
5eb1576
ab3b559
f5b23ba
ffecdbb
a550ab1
d05404f
ecb0144
84e2566
904dadd
2bbfdb9
b5b2b9e
6364f8d
cadf015
aa418a6
931f268
018094f
f298003
2c7a4b4
9b5a654
67dc291
f4b5243
45b347e
2e458c1
b39379d
d97ab31
1ff331a
6127065
14d9f52
6a7da4f
211b254
a035561
894bf58
f4fa86e
1bcf9cd
263a790
011c1c9
39e1cc6
5d9dae6
cbb6b9a
4d89b35
04ef183
f5e8474
fb99aac
58844c6
893f0ae
373cc80
3cd5088
3f7680b
5b1d6bd
4429ea6
671b916
591d119
adf26cc
cfb74a7
da52059
aafb62f
e416738
2026b6f
c485765
9bab4b3
63fc987
8008737
9ce363a
cc39187
44ff6d5
5cfb03f
49dc1f7
0acabd2
3251105
dba47ba
7ca584b
9fed4e5
8dba24d
774a86d
0eadb32
efdca43
a794e73
ac8b27a
76d314b
dd2ab13
344f224
2febe47
fabbc56
4a42979
203c89c
ebc0f79
82d02af
e313043
ba13150
c604528
2097ab2
4475d67
0884cff
c2408c4
53ffa4d
08052bc
b6ac1fc
f19d43e
f304900
b96d6b3
5ea7b6d
430b985
7d107b3
15efa61
2409e61
dd71485
cee7258
b215dc5
d1ef17e
e2ecefb
84c21fe
feceba4
db19e84
f49f428
84c8b95
e8496af
58694ba
e43869b
416a2aa
5e97251
a298ffc
1bc1580
b43a36e
89f080f
1bcf51e
14d2673
7d155ea
059a4d3
9b74927
df03173
225a3fa
3cb44df
292c2a3
c71739a
710cf13
bc4f652
823af36
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not make this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logging the err to the
this.errorMessage
variable was in the original version of this file, so I've added it, but nowhere useserrorMessage
so we can take it out unless you think we could use it in the future.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not seeing this in the
master
branch. If it fails, it redirects to the home page. However, I do see$ctrl.errorMessage
being used on the sign in form. Would that show this error message?