summaryrefslogtreecommitdiff
path: root/components/authorize/src/authorize.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'components/authorize/src/authorize.app.src')
-rw-r--r--components/authorize/src/authorize.app.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/authorize/src/authorize.app.src b/components/authorize/src/authorize.app.src
index 0232ec9..49775d9 100644
--- a/components/authorize/src/authorize.app.src
+++ b/components/authorize/src/authorize.app.src
@@ -2,7 +2,7 @@
%% Copyright (C) 2014, Jaguar Land Rover
%%
%% This program is licensed under the terms and conditions of the
-%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
@@ -16,7 +16,8 @@
{applications, [
kernel,
stdlib,
- rvi_common
+ rvi_common,
+ public_key
]},
{mod, { authorize_app, []}},
{start_phases, [{ json_rpc, []}, {announce, []}]},