mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
fix push device registration (#4297)
don't try to register a push device when the device is new it will be registered when the push token is saved fixes #4296
This commit is contained in:
@@ -268,7 +268,9 @@ async fn _password_login(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// register push device
|
// register push device
|
||||||
|
if !new_device {
|
||||||
register_push_device(&mut device, conn).await?;
|
register_push_device(&mut device, conn).await?;
|
||||||
|
}
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
// ---
|
// ---
|
||||||
|
Reference in New Issue
Block a user