]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
add generic OpenIDInputPanel
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 9 Jul 2021 11:42:24 +0000 (13:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jul 2021 12:46:27 +0000 (14:46 +0200)
commit8f30708d445d7bafa6d89ab80606bae676279721
tree2ba74eb5d7b930d3df26770c192fa341e554667e
parentc159449543ff82e913b6ffe0952ec55205266af3
add generic OpenIDInputPanel

mostly copied from pve, but includes a realm displayeditfield
as well as the comment field

in contrast to the inputpanel in PVE, this is not extended
from a base input panel (where in pve the comment/realm/default/etc.
fields come from)

we do this, since not all products can define a default or tfa

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/Makefile
src/Utils.js
src/window/AuthEditOpenId.js [new file with mode: 0644]