totp update

This commit is contained in:
RogueMaster
2022-10-10 17:05:26 -04:00
parent cf3be2b8fc
commit 68a8cbea2a
59 changed files with 78 additions and 371 deletions

View File

@@ -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"

View File

@@ -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