class NemID::Errors::AUTH011Error

Public Class Methods

new(msg='') click to toggle source
Calls superclass method NemID::Errors::AUTHError::new
# File lib/nemid/errors/auth.rb, line 109
def initialize(msg='')
  @da = "NemID på mobil understøtter ikke brug af midlertidig adgangskode. " \
  "Kontakt NemID support for atfå en ny kode udstedt. " \
  "#{DA_SUPPORT_URL}" \
  "Prøv derefter igen."
  @en = "NemID login on mobile does not support authentication using a " \
  "temporary password. Please contact NemID support to have a new temporary " \
  "password issued. #{EN_SUPPORT_URL} " \
  "Thereafter, please try again."
  super
end