mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove stale console-key cleanup leftovers
This commit is contained in:
parent
6c35e86d98
commit
18fc760077
2 changed files with 0 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
Generate a temporary console-scoped API key for migrating project settings (platforms, keys, schedules).
|
||||
|
|
@ -163,7 +163,6 @@ class Key
|
|||
$projectCheckDisabled = $payload['projectCheckDisabled'] ?? false;
|
||||
$previewAuthDisabled = $payload['previewAuthDisabled'] ?? false;
|
||||
$deploymentStatusIgnored = $payload['deploymentStatusIgnored'] ?? false;
|
||||
|
||||
$scopes = \array_merge($payload['scopes'] ?? [], $scopes);
|
||||
|
||||
if (!$projectCheckDisabled && $projectId !== $project->getId()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue