Sha256: 972e30b08fef330240c5d8078cafa7331248b1b9d192108cb42435922a18e440

Contents?: true

Size: 1.74 KB

Versions: 4

Compression:

Stored size: 1.74 KB

Contents

<script setup>
/*

Lesli

Copyright (c) 2023, Lesli Technologies, S. A.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

Lesli · Your Smart Business Assistant. 

Made with ♥ by https://www.lesli.tech
Building a better future, one line of code at a time.

@contact  hello@lesli.tech
@website  https://lesli.tech
@license  GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html

// · ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~
// · 

*/


import { useProfile } from "Lesli/shared/stores/profile"

const storeProfile = useProfile()

const translations = {
    core: {
        roles: I18n.t("core.roles"),
        users: I18n.t("core.users"),
        shared: I18n.t("core.shared")
    }
}
</script>
<template>
    <section class="application-component">
        <div class="field is-horizontal">
            <div class="field-label is-normal">
                <label class="label">Google account</label>
            </div>
            <div class="field-body">
                <lesli-button icon="google">
                    <a href="/auth/google_oauth2">Connect</a>
                </lesli-button>
            </div>
        </div>
    </section>
</template>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
lesli_guard-0.2.0 lib/vue/apps/users/components/integrations-information.vue
lesli_admin-0.3.0 lib/vue/apps/users/components/integrations-information.vue
lesli_admin-0.2.0 lib/vue/apps/users/components/integrations-information.vue
lesli_admin-0.1.0 lib/vue/apps/users/components/integrations-information.vue