mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- set social login credentials
- disallow registration refactoring
This commit is contained in:
8
resources/js/helpers/functionHelpers.js
vendored
8
resources/js/helpers/functionHelpers.js
vendored
@@ -352,6 +352,14 @@ const FunctionHelpers = {
|
||||
}[driver] || this.$getImage(store.getters.config.app_logo_horizontal)
|
||||
}
|
||||
|
||||
Vue.prototype.$getSocialLogo = function (driver) {
|
||||
return {
|
||||
'google': '/assets/socials/google.svg',
|
||||
'facebook': '/assets/socials/facebook.svg',
|
||||
'github': store.getters.isDarkMode ? '/assets/socials/github-dark.svg' : '/assets/socials/github.svg',
|
||||
}[driver]
|
||||
}
|
||||
|
||||
Vue.prototype.$getSubscriptionStatusColor = function (status) {
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user