mirror of
https://github.com/beestat/app.git
synced 2025-06-02 21:26:38 -04:00
Fixed #367 - Cannot unlink Patreon account after linking
This commit is contained in:
parent
3130905852
commit
88ad7fc177
@ -198,6 +198,8 @@ beestat.component.modal.patreon_status.prototype.get_title_ = function() {
|
|||||||
* @return {[beestat.component.button]} The buttons.
|
* @return {[beestat.component.button]} The buttons.
|
||||||
*/
|
*/
|
||||||
beestat.component.modal.patreon_status.prototype.get_buttons_ = function() {
|
beestat.component.modal.patreon_status.prototype.get_buttons_ = function() {
|
||||||
|
const self = this;
|
||||||
|
|
||||||
if (beestat.user.patreon_is_connected() === true) {
|
if (beestat.user.patreon_is_connected() === true) {
|
||||||
const unlink = new beestat.component.tile()
|
const unlink = new beestat.component.tile()
|
||||||
.set_text('Unlink')
|
.set_text('Unlink')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user