Fix missing param
This commit is contained in:
parent
bfe3daa37f
commit
a3fc785945
@ -98,7 +98,7 @@ class QrCodeLoginViewModel @AssistedInject constructor(
|
|||||||
activeSessionHolder.setActiveSession(session)
|
activeSessionHolder.setActiveSession(session)
|
||||||
authenticationService.reset()
|
authenticationService.reset()
|
||||||
|
|
||||||
configureAndStartSessionUseCase.execute(session, startSyncing)
|
configureAndStartSessionUseCase.execute(session)
|
||||||
|
|
||||||
rendezvous.completeVerificationOnNewDevice(session)
|
rendezvous.completeVerificationOnNewDevice(session)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user