mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
6c04cc24d7
# Addresses parts 1 and 2 of #8872 [Demo (updated 1/6)](https://www.loom.com/share/be6d21cd3dfd42019a96431848ced7a3) 1/9: updated Success state with canonical Fleet icon and new copy: <img width="669" alt="Screenshot 2023-01-09 at 5 17 58 PM" src="https://user-images.githubusercontent.com/61553566/211440074-a69c420a-920c-40dd-a96f-f2d3917ad73a.png"> TODO: - finalize API call once those specs are clarified and implemented: https://github.com/fleetdm/fleet/issues/9202 - tests - Change team modal (pt3) Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export interface IRequestCSRData {
|
|
email: string;
|
|
org_name: string;
|
|
}
|