module Doorkeeper::GrantFlow::Registry

def get(name)

[NOTE]: make it to use #fetch after removing fallbacks
def get(name)
  flows[name.to_sym]
end