mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Force expired false if updating target identifier
This commit is contained in:
@@ -4384,7 +4384,9 @@ App::put('/v1/account/targets/:targetId/push')
|
||||
}
|
||||
|
||||
if ($identifier) {
|
||||
$target->setAttribute('identifier', $identifier);
|
||||
$target
|
||||
->setAttribute('identifier', $identifier)
|
||||
->setAtttibute('expired', false);
|
||||
}
|
||||
|
||||
$detector = new Detector($request->getUserAgent());
|
||||
|
||||
Reference in New Issue
Block a user