Remove unused code.
This commit is contained in:
parent
f8c74daef5
commit
a4e9f1a683
@ -2,19 +2,6 @@ import {Strategy} from 'passport-saml'
|
||||
|
||||
// ===================================================================
|
||||
|
||||
function extract (obj, prop, defaultValue = undefined) {
|
||||
if (prop in obj) {
|
||||
const value = obj[prop]
|
||||
delete obj[prop]
|
||||
|
||||
return value
|
||||
}
|
||||
|
||||
return defaultValue
|
||||
}
|
||||
|
||||
// ===================================================================
|
||||
|
||||
export const configurationSchema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
|
Loading…
Reference in New Issue
Block a user