You are here

function miniorange_2fa_page_attachments in Google Authenticator / 2 Factor Authentication - 2FA 8

File

./miniorange_2fa.module, line 12
Module file for miniOrange 2FA Module.

Code

function miniorange_2fa_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'miniorange_2fa/miniorange_2fa.admin';
}