ezidam: apps: view, update, new secret
This commit is contained in:
parent
4b99905ee0
commit
2caf584cb7
12 changed files with 407 additions and 9 deletions
7
crates/database/queries/apps/update.sql
Normal file
7
crates/database/queries/apps/update.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
update apps
|
||||
|
||||
set label = ?,
|
||||
redirect_uri = ?,
|
||||
is_confidential = ?
|
||||
|
||||
where id is ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue