Fix missing renaming of logout => logoutLink

During development, this was previously named `logout`. This cleans up a
remaining instance of `logout`, renaming it to the preferred
`logoutLink` to remain consistent with the rest of the codebase.
pull/1407/head
Tim Raymond 2017-05-04 11:46:53 -04:00
parent 33e5eb0e30
commit a0117e8255
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default async function AJAX({
return {
...response,
auth: {links: auth},
logout: links.logout,
logoutLink: links.logout,
}
} catch (error) {
const {response} = error