remove &simple_login=1 from auth url resolves #56
This commit is contained in:
parent
06079a4944
commit
2cfcf649de
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -9,3 +9,4 @@ export class PnutAuth extends OAuthProvider {
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue