mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:07:32 +00:00
4 lines
69 B
SQL
4 lines
69 B
SQL
select public_key
|
|
from projections.web_keys1
|
|
where instance_id = $1;
|