1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import React from "react";
6 import { Button } from '@material-ui/core';
7 import { DispatchProp, connect } from 'react-redux';
8 import { login } from 'store/auth/auth-action';
10 export const AnonymousMenu = connect()(
11 ({ dispatch }: DispatchProp<any>) =>
14 onClick={() => dispatch(login("", "", "", {}))}>