Skip to content

Commit

Permalink
KAZOO-3409: change to auth_token
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Mar 10, 2015
1 parent 04b1590 commit 1212a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_apps_link.erl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource_exists(?AUTHORIZE) -> 'true'.
-spec validate(cb_context:context(), path_token()) -> cb_context:context().
validate(Context, ?AUTHORIZE) ->
JObj = wh_json:from_list(
[{<<"auth-token">>, auth_info(Context)}
[{<<"auth_token">>, auth_info(Context)}
,{<<"account">>, account_info(Context)}
]
),
Expand Down

0 comments on commit 1212a23

Please sign in to comment.