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
Implement logic for sign in with QR #7369
Implement logic for sign in with QR #7369
Changes from 87 commits
21ae4c6
098c268
a71ecee
0d24565
1c70d45
b192fdb
6e09d90
8609008
ebb3d20
5843c38
579df74
b5e81d2
22b344c
8dbb1b8
0111b93
1ed082d
560fda5
88238c0
282825d
d0898a2
3b3e11e
de611ca
bfab07d
ef574bd
b032403
1e60f3c
e2f3dde
ca7a6ef
ac80ae5
bc0843e
991eeb1
9a72d65
dd47297
7bc0bd3
6399032
958ee2d
370652c
f04f0e6
385140a
5abb786
c18439f
c00ce91
efa70fa
d723719
de4232d
e439b72
4325600
f999e72
411b766
6426ff4
dc9b41d
fdc5596
bfe3daa
a3fc785
d979b50
ed6bc01
33be5c2
3be4a0c
48de8f4
506fa72
4306c57
fb86ab7
1976451
eb30ef1
e89774e
7e24f6a
d616251
e01ee61
29065b8
e877fee
623277e
3d37e0b
552fb9d
b2dc0b3
1863e4c
c366931
d3e61a2
41dbdbc
8c81902
8f4d998
6d17d51
8cfe6b1
cf1c751
a3126b0
8a62dfb
f297117
a1d2944
57a8dd4
376cd1c
9fb0db3
0d1df3f
8530f8f
a83fb8b
916ae65
0acbd9c
811d6d8
f7e0a19
67be8c3
0c52a7e
4f652f1
025a89f
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.
Maybe just define an interface here, and move the implementation to another internal class, for instance
RendezvousImpl
.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.
You can return an instance of
RendezvousImpl
here.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.
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.
and move to internal package.