From 2cfcf649de94b2aa3082f2b4b8d0f0c8ae310d75 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 24 Feb 2018 17:42:16 -0800 Subject: [PATCH] remove &simple_login=1 from auth url resolves #56 --- CHANGELOG.md | 5 +++++ src/providers/pnut-oauth.ts.sample | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701c37b..d4ca0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [0.6.1] - 2018-02-14 +### Fixed +- Login using multi-factor authentication + ## [0.6.0] - 2018-02-24 ### Added - Convert posts exceeding 254 characters to long post format @@ -73,6 +77,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added - Intial pre-release for Android +[0.6.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_1 [0.6.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_0 [0.5.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_5_0 [0.4.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_4_0 diff --git a/src/providers/pnut-oauth.ts.sample b/src/providers/pnut-oauth.ts.sample index 996bf00..d8e3e4b 100644 --- a/src/providers/pnut-oauth.ts.sample +++ b/src/providers/pnut-oauth.ts.sample @@ -9,3 +9,4 @@ export class PnutAuth extends OAuthProvider { }; } +