Revert simulation

This commit is contained in:
mauriziovitale 2024-07-23 10:15:17 +02:00
parent a7df8076fb
commit 53c8c35a2f

View File

@ -49,6 +49,7 @@ export interface Descriptor {
}
export enum DescriptorCustomUIAuthFlowType {
CODE = 'CODE',
IMPLICIT = 'IMPLICIT'
}