mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
WebAuthn (#633)
This commit is contained in:
@@ -88,6 +88,16 @@ const plugins = [
|
||||
filename: 'u2f-connector.html',
|
||||
chunks: ['connectors/u2f'],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './src/connectors/webauthn.html',
|
||||
filename: 'webauthn-connector.html',
|
||||
chunks: ['connectors/webauthn'],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './src/connectors/webauthn-fallback.html',
|
||||
filename: 'webauthn-fallback-connector.html',
|
||||
chunks: ['connectors/webauthn-fallback'],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './src/connectors/sso.html',
|
||||
filename: 'sso-connector.html',
|
||||
@@ -158,6 +168,8 @@ const config = {
|
||||
'app/polyfills': './src/app/polyfills.ts',
|
||||
'app/main': './src/app/main.ts',
|
||||
'connectors/u2f': './src/connectors/u2f.js',
|
||||
'connectors/webauthn': './src/connectors/webauthn.ts',
|
||||
'connectors/webauthn-fallback': './src/connectors/webauthn-fallback.ts',
|
||||
'connectors/duo': './src/connectors/duo.ts',
|
||||
'connectors/sso': './src/connectors/sso.ts',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user