mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
totp update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "totp_scene_authenticate.h"
|
||||
#include <dialogs/dialogs.h>
|
||||
#include "../../types/common.h"
|
||||
#include "../../lib/ui/icons.h"
|
||||
#include "../../lib/ui/constants.h"
|
||||
#include "../../lib/config/config.h"
|
||||
#include "../../services/ui/icons.h"
|
||||
#include "../../services/ui/constants.h"
|
||||
#include "../../services/config/config.h"
|
||||
#include "../scene_director.h"
|
||||
#include "../totp_scenes_enum.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef _TOTP_SCENE_AUTHENTICATE_H_
|
||||
#define _TOTP_SCENE_AUTHENTICATE_H_
|
||||
#pragma once
|
||||
|
||||
#include <gui/gui.h>
|
||||
#include <furi.h>
|
||||
@@ -13,5 +12,3 @@ void totp_scene_authenticate_render(Canvas* const canvas, PluginState* plugin_st
|
||||
bool totp_scene_authenticate_handle_event(PluginEvent* const event, PluginState* plugin_state);
|
||||
void totp_scene_authenticate_deactivate(PluginState* plugin_state);
|
||||
void totp_scene_authenticate_free(PluginState* plugin_state);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user