mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 18:39:48 +02:00
Resolve "Implement a Oauth provider in Funkwhale"
This commit is contained in:
parent
1dc7304bd3
commit
4c13d47387
54 changed files with 2811 additions and 249 deletions
|
@ -21,7 +21,7 @@ export default {
|
|||
},
|
||||
beforeDestroy () {
|
||||
if (this.control) {
|
||||
this.control.remove()
|
||||
$(this.$el).modal('hide')
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -61,5 +61,4 @@ export default {
|
|||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue