import React from 'react'; import {connect} from "react-redux"; import {openDeleteProfileModal} from "../actions/modals/profile"; import AppNavbar from "../components/navigation/AppNavbar"; import DeleteProfileModal from "../containers/modals/DeleteProfileModal"; const ProfileContainer = ({onDelete}) => (
This does not delete your Google account, it simply disconnects it from the OpenDC app and deletes any simulation info that is associated with you (simulations you own, and any authorizations you may have on other projects).