From 813c84cd6cf5511270f630e91377a12ce41cd28b Mon Sep 17 00:00:00 2001 From: ThibG Date: Tue, 13 Oct 2020 01:19:35 +0200 Subject: [Glitch] Change how CDN_HOST is passed down to make assets build reproducible Port 4c45b43cb8a3d902c130729d36d559ec9de23d3e to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/core/two_factor_authentication.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/core/two_factor_authentication.js') diff --git a/app/javascript/core/two_factor_authentication.js b/app/javascript/core/two_factor_authentication.js index dde06be8c..f076cdf30 100644 --- a/app/javascript/core/two_factor_authentication.js +++ b/app/javascript/core/two_factor_authentication.js @@ -1,3 +1,4 @@ +import 'packs/public-path'; import axios from 'axios'; import * as WebAuthnJSON from '@github/webauthn-json'; import ready from '../mastodon/ready'; -- cgit