Skip to content

Commit 0f16906

Browse files
committed
Fix incorrect Bootstrap JS integrity
1 parent 974b3ba commit 0f16906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flask_bootstrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def create_app():
262262
bootstrap_version = '5.3.0'
263263
popper_version = '2.11.8'
264264
bootstrap_css_integrity = 'sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM'
265-
bootstrap_js_integrity = 'sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz'
265+
bootstrap_js_integrity = 'sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS'
266266
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
267267
popper_name = '@popperjs/core'
268268
static_folder = 'bootstrap5'

0 commit comments

Comments
 (0)