move device verification management to its own file
This commit is contained in:
parent
550c80525a
commit
a5030bdd4d
9 changed files with 221 additions and 150 deletions
|
|
@ -338,9 +338,9 @@ void
|
|||
UserProfile::verify(QString device)
|
||||
{
|
||||
if (!device.isEmpty())
|
||||
manager->verifyDevice(userid_, device);
|
||||
manager->verificationManager()->verifyDevice(userid_, device);
|
||||
else {
|
||||
manager->verifyUser(userid_);
|
||||
manager->verificationManager()->verifyUser(userid_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue